Module flate

Source
Available on crate features compression and flate only.
Expand description

Defines CompressionFormats for the DEFLATE, gzip and zlib compression algorithms.

Re-exports§

pub extern crate flate2 as original;

Structs§

Deflate
A CompressionFormat corresponding to the DEFLATE compression algorithm. Implemented using the flate2 crate.
Gz
A CompressionFormat corresponding to the gzip compression algorithm. Implemented using the flate2 crate.
ZLib
A CompressionFormat corresponding to the zlib compression algorithm. Implemented using the flate2 crate.