Function encode_i64_varint

Source
pub fn encode_i64_varint(x: i64) -> I64VarintBuffer
Expand description

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