Cargo Features
[dependencies]
subhasher = { version = "0.11.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversubhasher
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of blake2-rfc, byteorder, sha2, and twox-hash ^1.6
blake2-rfc:
crates.io