pub fn encode_integer(int: i64) -> Vec<u8>
Expand description

Encode int and return the result in a Vec.