Cargo Features
[dependencies]
liberty-db = { version = "0.8.3", default-features = false, features = ["fast_hash", "hashmatch"] }
- default = fast_hash, hashmatch
-
These default features are set whenever
liberty-db
is added without
somewhere in the dependency tree.default-features = false - fast_hash default
-
Enables ahash
- hashmatch default
-
use str's hash to do match, rather than directly match str
Enables hashmatch of liberty-macros