Skip to main content

vlq_encode

Function vlq_encode 

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

Encode a single VLQ value, appending base64 chars to the output buffer.