Cargo Features

[dependencies]
zlib-searcher-core = { version = "0.6.0", default-features = false, features = ["best-size", "best-speed"] }
default = best-size

The best-size feature is set by default whenever zlib-searcher-core is added without default-features = false somewhere in the dependency tree.

best-size default

Enables brotli-compression of tantivy ^0.18

best-speed

Enables lz4-compression of tantivy ^0.18

zlib-searcher-core has 3 features without comments.