Cargo Features
[dependencies]
fast_trie = { version = "0.1.4", default-features = false, features = ["string", "serde"] }
- default = string
-
The
string
feature is set by default wheneverfast_trie
is added without
somewhere in the dependency tree.default-features = false - string default
-
Affects
fast_trie::string
…