Skip to main content

read_float_str

Function read_float_str 

Source
pub fn read_float_str<R: Read>(rdr: &mut R) -> Result<f64, MarshalError>
Expand description

Read a text-encoded float (1-byte length + ASCII).