Skip to main content

read_i32

Function read_i32 

Source
fn read_i32(data: &[u8], offset: usize) -> Option<i64>
Expand description

Read a little-endian i32 at offset, returning None if out of bounds.