Available on crate feature
zlib only.Expand description
Modules§
Structs§
- Decompress
- A type to hold all state needed for decompressing a ZLIB encoded stream.
- Inflate
- Decompress a few bytes of a zlib stream without allocation
Enums§
- Decompress
Error - The error produced by
Decompress::decompress(). - Flush
Decompress - Values which indicate the form of flushing to be used when decompressing in-memory data.
- Status
- The status returned by
Decompress::decompress().