Available on crate feature
zlib only.Expand description
Structs§
- Read
Boxed - The boxed variant is faster for what we do (moving the decompressor in and out a lot)
Functions§
- read
- Read bytes from
rdand decompress them usingstateinto a pre-allocated fitting bufferdst, returning the amount of bytes written.