Cargo Features
[dependencies]
rustc-hash = { version = "2.1.0", default-features = false, features = ["std", "nightly", "rand"] }
- default = std
-
The
std
feature is set by default wheneverrustc-hash
is added without
somewhere in the dependency tree.default-features = false - std default rand?
-
Affects
rustc-hash::FxHashMap
,rustc-hash::FxHashSet
,seeded_state::FxHashMapSeed
,seeded_state::FxHashSetSeed
… - nightly
- rand = std
-
Enables rand