Available on crate feature
zlib only.Expand description
Structs§
- Compress
- Hold all state needed for compressing data.
- Write
- A utility to zlib compress anything that is written via its Write implementation.
Enums§
- Compress
Error - The error produced by
Compress::compress(). - Flush
Compress - Values which indicate the form of flushing to be used when compressing in-memory data.