Cargo Features
evmap has no features set by default.
[dependencies]
evmap = { version = "11.0.0-alpha.7", features = ["indexed", "eviction", "amortize"] }
- indexed eviction? = indexmap
- eviction = indexed, rand
- amortize = indexmap-amortized
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.
- indexmap indexed?
-
Enables indexmap ^1.6.1
- indexmap-amortized amortize?
- rand eviction?
-
Enables rand ^0.7