Function to_varint

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

Converts integer into Cassandra’s [varint].