Crate libflate [] [src]

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

Modules

deflate

The encoder and decoder of the DEFLATE format and algorithm.

gzip

The encoder and decoder of the GZIP format.

lz77

The interface and implementations of LZ77 compression algorithm.

zlib

The encoder and decoder of the ZLIB format.

Structs

Finish

Finish is a type that represents a value which may have an error occurred during the computation.