Module vlq

Source

Structs§

VLQDecoder
Decoder for zig-zag encoded variable length (VLW) integers

Functions§

read_varint 🔒
Read a varint from buf returning the decoded u64 and the number of bytes read
read_varint_array 🔒
Based on
read_varint_slow 🔒