pub fn decode_f32(data: &[u8]) -> Result<f32, DriverError>Expand description
Decode a 32-bit float from binary format (4 bytes, big-endian IEEE 754).
pub fn decode_f32(data: &[u8]) -> Result<f32, DriverError>Decode a 32-bit float from binary format (4 bytes, big-endian IEEE 754).