Cargo Features
TypedMap has no features set by default.
[dependencies]
typedmap = { version = "0.5.0", features = ["clone", "dashmap"] }
- clone = dyn-clone
-
Affects
typedmap::clone
…
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.
- dashmap implicit feature
-
Enables dashmap ^5.5.3
dashmap:
Blazing fast concurrent HashMap for Rust
Affects
typedmap::dashmap
,typedmap::dashentry
… - dyn-clone clone?