Function parse_number

Source
pub fn parse_number(s: &[u8]) -> Option<Decimal>
🔬This is a nightly-only experimental API. (dec2flt)
Expand description

Try to parse a non-special floating point number, as well as two slices with integer and fractional parts and the parsed exponent.