Cargo Features
ClashMap has no features set by default.
[dependencies]
clashmap = { version = "1.1.2", features = ["all", "raw-api", "inline", "rayon", "serde", "typesize"] }
- all = raw-api, rayon, serde, typesize
- raw-api all?
- 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 all?
-
Enables rayon
Affects
clashmap::rayon
… - serde all?
-
Enables serde
- typesize all?
-
Enables typesize