Cargo Features
[dependencies]
fn-memo = { version = "1.2.0", default-features = false, features = ["sync", "concurrent_hash_map"] }
- default = concurrent_hash_map
-
The
concurrent_hash_map
feature is set by default wheneverfn-memo
is added without
somewhere in the dependency tree.default-features = false - sync concurrent_hash_map = once_cell
-
Affects
fn-memo::sync
… - concurrent_hash_map default = chashmap, sync
-
Affects
sync::chashmap
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.