zopfli 0.8.0

A Rust implementation of the Zopfli compression algorithm.

zopfli

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 5 feature flags, 4 of them enabled by default.

default

  • std
  • gzip
  • zlib

std

  • crc32fast?/std
  • simd-adler32?/std

gzip

  • dep:crc32fast

zlib

  • dep:simd-adler32

nightly

  • crc32fast?/nightly
  • simd-adler32?/nightly