float_parse_str

Function float_parse_str 

Source
pub fn float_parse_str(s: &str) -> IntFloat
Expand description

Parse a string as a float.

This is around 2x faster than using str::parse::<f64>()