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
ToSciOptionsandFromSciSringOptions,structs for specifying parameters when using theFromSciStringandToScitraits.- to_sci
ToSci, a trait for converting a number to string, possibly using scientific notation.- to_
string - The
BaseFmtWrapperstruct andToStringBasetrait, used for converting numbers to strings.