Cargo Features

DashMap has no features set by default.

[dependencies]
dashmap = { version = "5.5.3", features = ["raw-api", "inline", "serde", "rayon", "arbitrary"] }
raw-api
inline

Enables inline-more of hashbrown

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