Skip to main content

try_u8

Function try_u8 

Source
pub fn try_u8(data: &[u8], off: usize) -> Option<u8>
Expand description

Read a single byte at off; None if off is past the end. Never panics.