Module string

Source
Expand description

Traits for converting numbers to and from [String]s.

Modulesยง

from_sci_string
FromSciString, a trait for converting strings, possibly using scientific notation, to numbers.
from_string
FromStringBase, a trait for converting strings in a specified base to numbers.
options
ToSciOptions and FromSciSringOptions, structs for specifying parameters when using the FromSciString and ToSci traits.
to_sci
ToSci, a trait for converting a number to string, possibly using scientific notation.
to_string
The BaseFmtWrapper struct and ToStringBase trait, used for converting numbers to strings.