[][src]Function rcombinators::primitives::float

pub fn float() -> impl Parser<Result = f64>

float parses floats in the format of [-]dd[.[dd]][e[-]ddd].

TODO: Compare speed with "native" parser, i.e. without combinators, and keep this as example.