Function encode_u64_varint

Source
pub fn encode_u64_varint(x: u64) -> U64VarintBuffer
Expand description

Encodes an u64 value into LEB128 variable length format, and writes it to the buffer.