Structsยง
- VLQDecoder
- Decoder for zig-zag encoded variable length (VLW) integers
Functionsยง
- read_
varint ๐ - Read a varint from
buf
returning the decodedu64
and the number of bytes read - read_
varint_ ๐array - Based on
- read_
varint_ ๐slow
buf
returning the decoded u64
and the number of bytes read