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