pub type f32le = LittleEndian<f32>;
Expand description

Shorthand for LittleEndian<f32>