int_to_bytes_le

Function int_to_bytes_le 

Source
pub fn int_to_bytes_le(value: u64, length: usize) -> Vec<u8> 
Expand description

Convert an integer to little-endian bytes.