Function read_u32

Source
pub fn read_u32<R>(r: &mut R) -> Result<u32, Error>
where R: Read,
Expand description

Read a u32, little-endian encoded.