Function encode_u32_varint

Source
pub fn encode_u32_varint(x: u32) -> U32VarintBuffer
Expand description

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