Cargo Features

ClashMap has no features set by default.

[dependencies]
clashmap = { version = "1.0.0", features = ["raw-api", "inline", "rayon", "serde", "typesize"] }
raw-api

Affects lock::RwLockReadGuard, lock::RwLockWriteGuard

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.

rayon

Enables rayon

Affects clashmap::rayon

serde

Enables serde

typesize

Enables typesize