[][src]Function fast_float::parse

pub fn parse<T: FastFloat, S: AsRef<[u8]>>(s: S) -> Result<T>

Parse a decimal number from string into float (full).

Errors

Will return an error either if the string is not a valid decimal number or if any characterse are left remaining unparsed.