Function read_u32_le

Source
pub fn read_u32_le(slice: &[u8]) -> u32
Expand description

Read a u32 in little endian format from the beginning of the given slice. This panics if the slice has length less than 4.