Cargo Features
DashMap has no features set by default.
[dependencies]
dashmap = { version = "6.1.0", features = ["raw-api", "typesize", "inline", "serde", "rayon", "arbitrary"] }
- raw-api
- typesize
-
Enables typesize
- inline
-
Enables inline-more of hashbrown ^0.14.0
hashbrown:
Enables usage of
#[inline]
on far more functions than by default in this crate. This may lead to a performance increase but often comes at a compile time cost.
Features from optional dependencies
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- rayon implicit feature
-
Enables rayon
rayon:
Simple work-stealing parallelism for Rust
Affects
dashmap::rayon
… - arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data