pub fn encode_u32_varint(x: u32) -> U32VarintBufferExpand description
Encodes an u32 value into LEB128 variable length format, and writes it to the buffer.
pub fn encode_u32_varint(x: u32) -> U32VarintBufferEncodes an u32 value into LEB128 variable length format, and writes it to the buffer.