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