encode_i8_varint

Function encode_i8_varint 

Source
pub const fn encode_i8_varint(x: i8) -> I8VarintBuffer
Expand description

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