Skip to main content

get_u32

Function get_u32 

Source
pub fn get_u32(b: &[u8], off: usize) -> u32
Expand description

Reads a little endian u32 at off, or 0 if the slice is too short.