[−][src]Crate libflate
A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP).
Re-exports
pub use finish::Finish; |
Modules
| deflate | The encoder and decoder of the DEFLATE format and algorithm. |
| finish |
|
| gzip | The encoder and decoder of the GZIP format. |
| lz77 | The interface and implementations of LZ77 compression algorithm. |
| non_blocking | Implementations that can handle non-blocking I/O. |
| zlib | The encoder and decoder of the ZLIB format. |