Function read_u64_le

Source
pub fn read_u64_le(slice: &[u8]) -> u64
Expand description

Read a u64 in little endian format from the beginning of the given slice. This panics if the slice has length less than 8.