read_i32

Function read_i32 

Source
pub fn read_i32(data: &[u8]) -> Result<(i32, &[u8])>
Expand description

Read 4-byte big-endian signed integer.