Function vlq_decode

Source
pub fn vlq_decode(bytes: &[u8]) -> Result<u64, IpcError>
Expand description

Decodes a VLQ (Variable-Length Quantity) encoded byte slice into an integer.