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 ๐Ÿ”’