Module numtoa

Source
Available on doc or test only.
Expand description

§numtoa modifications

(↑) This is derived work from the numtoa crate, including the following modifications:

  • renamed NumToA trait to NumToStr.
  • renamed methods: numtoa to to_bytes_base and numtoa_str to to_str_base.
  • make unsafe use optional.
  • refactorized.