Function parse_number
pub fn parse_number(s: &[u8]) -> Option<Decimal>
Try to parse a non-special floating point number, as well as two slices with integer and fractional parts and the parsed exponent.
parse_numberpub fn parse_number(s: &[u8]) -> Option<Decimal>
Try to parse a non-special floating point number, as well as two slices with integer and fractional parts and the parsed exponent.