encode_u53_varint

Function encode_u53_varint 

Source
pub const fn encode_u53_varint(x: u53) -> U53VarintBuffer
Available on crate features arbitrary-int and arbitrary-int_1 only.
Expand description

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