Crate libflate

source ·
Expand description

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP).

Re-exports

Modules

  • The encoder and decoder of the DEFLATE format and algorithm.
  • Finish and related types.
  • The encoder and decoder of the GZIP format.
  • The interface and implementations of LZ77 compression algorithm.
  • Implementations that can handle non-blocking I/O.
  • The encoder and decoder of the ZLIB format.