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