Function encode_i128_varint

Source
pub fn encode_i128_varint(x: i128) -> I128VarintBuffer
Expand description

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