pub fn read_float_str<R>(rdr: &mut R) -> Result<f64, MarshalError>where R: Read,
Read a text-encoded float (1-byte length + ASCII).