Function encode_i32_varint

Source
pub fn encode_i32_varint(x: i32) -> I32VarintBuffer
Expand description

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