Cargo Features
[dependencies]
chrf = { version = "1.1.0", default-features = false, features = ["ahash"] }
- default = ahash
-
The
ahash
feature is set by default wheneverchrf
is added without
somewhere in the dependency tree.default-features = false - ahash default
-
Enables ahash
chrF has 2 features without comments.