Crate zopfli

A reimplementation of the Zopfli compression library in Rust.

Zopfli is a state of the art DEFLATE compressor that heavily prioritizes compression over speed. It usually compresses much better than other DEFLATE compressors, generating standard DEFLATE streams that can be decompressed with any DEFLATE decompressor, at the cost of being significantly slower.

Features

This crate exposes the following features. You can enable or disable them in your Cargo.toml as needed.

Structs

Enums

Traits

Functions