Cargo Features
hydra-dashmap has no features set by default.
[dependencies]
hydra-dashmap = { version = "0.1.26", features = ["raw-api", "inline", "serde", "rayon", "arbitrary"] }
- raw-api
- 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
hydra-dashmap::rayon
… - arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data