encode

Function encode 

Source
pub fn encode(value: u64, buf: &mut [u8]) -> usize
Expand description

Encode a u64 integer to the byte slice. Returns how many bytes were encoded.