Cargo Features
[dependencies]
evenio = { version = "0.6.0", default-features = false, features = ["std", "rayon"] }
- default = std
-
The
stdfeature is set by default whenevereveniois added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables runtime-rng and std of ahash
- rayon
-
Enables rayon
Evenio has 3 features without comments.