litrs::float

Function parse_impl

source
pub(crate) fn parse_impl(input: &str) -> Result<FloatLit<&str>, ParseError>
Expand description

Precondition: first byte of string has to be in b'0'..=b'9'.