pub fn read_u8(bytes: &[u8], offset: usize) -> Result<u8, BinaryLayoutError>Expand description
Reads a single byte at offset.
ยงErrors
BinaryLayoutError::UnexpectedEof when offset is past the end.
pub fn read_u8(bytes: &[u8], offset: usize) -> Result<u8, BinaryLayoutError>Reads a single byte at offset.
BinaryLayoutError::UnexpectedEof when offset is past the end.