Function vlq_encode

Source
pub fn vlq_encode(value: u64) -> Vec<u8>
Expand description

Encodes an integer using VLQ (Variable-Length Quantity) encoding.