Expand description
A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP).
Re-exports
pub use finish::Finish;
Modules
bit 🔒
checksum 🔒
The encoder and decoder of the DEFLATE format and algorithm.
Finish
and related types.
The encoder and decoder of the GZIP format.
huffman 🔒
The interface and implementations of LZ77 compression algorithm.
Implementations that can handle non-blocking I/O.
util 🔒
The encoder and decoder of the ZLIB format.