Module deflate

Module deflate 

Source
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§

CompressError
The error produced by Compress::compress().
FlushCompress
Values which indicate the form of flushing to be used when compressing in-memory data.