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
rd
and decompress them usingstate
into a pre-allocated fitting bufferdst
, returning the amount of bytes written.