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
CompressionFormatcorresponding to the DEFLATE compression algorithm. Implemented using theflate2crate. - Gz
- A
CompressionFormatcorresponding to the gzip compression algorithm. Implemented using theflate2crate. - ZLib
- A
CompressionFormatcorresponding to the zlib compression algorithm. Implemented using theflate2crate.