Skip to main content

encode_varint_vec

Function encode_varint_vec 

Source
pub fn encode_varint_vec(value: u64, out: &mut Vec<u8>)
Expand description

Encode a varint and append it to a Vec<u8>.