Cargo Features
[dependencies]
reference-trie-fun = { version = "100.29.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverreference-trie-fun
is added without
somewhere in the dependency tree.default-features = false - std default
-
no actual support for std, only to avoid a cargo issues
Enables std of trie-db-fun and trie-root