bytes_to_int_le

Function bytes_to_int_le 

Source
pub fn bytes_to_int_le(data: &[u8]) -> u64
Expand description

Convert little-endian bytes to an integer.