pub fn read_u64(bytes: &[u8], offset: usize) -> Result<u64, BinaryLayoutError>Expand description
Reads little-endian u64 at offset.
ยงErrors
BinaryLayoutError::UnexpectedEof when fewer than eight bytes remain.
pub fn read_u64(bytes: &[u8], offset: usize) -> Result<u64, BinaryLayoutError>Reads little-endian u64 at offset.
BinaryLayoutError::UnexpectedEof when fewer than eight bytes remain.