Structs
- A decoder that decompress input data from
BufRead + Seek
, and write uncompressed data toWrite
- An encoder that compress input data from
Read
and write compressed data toWrite
- VariantInt is a variable-length integer
Enums
Traits
- Extends
Read
with methods for reading variant int. (Forstd::io
.) - Extends
Write
with methods for writing variant int. (Forstd::io
.)