Cargo Features
[dependencies]
zopfli = { version = "0.8.0", default-features = false, features = ["std", "gzip", "zlib", "nightly"] }
- default = gzip, std, zlib
-
These default features are set whenever
zopfli
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of optional crc32fast and optional simd-adler32
Affects
zopfli::Format
,zopfli::compress
,util::ZOPFLI_MASTER_BLOCK_SIZE
…Required by the zopfli binary
- gzip default
-
Enables crc32fast
Required by the zopfli binary
- zlib default
-
Enables simd-adler32
Required by the zopfli binary
- nightly
-
Enables nightly of optional crc32fast and optional simd-adler32