Cargo Features
[dependencies]
miraland-nohash-hasher = { version = "0.2.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevermiraland-nohash-hasher
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
miraland-nohash-hasher::IntMap
,miraland-nohash-hasher::IntSet
…