Cargo Features
[dependencies]
bimultimap = { version = "0.0.3", default-features = false, features = ["hashbrown", "hashmap", "thread-safe", "serde"] }
- default = hashmap
-
The
hashmap
feature is set by default wheneverbimultimap
is added without
somewhere in the dependency tree.default-features = false - hashbrown
-
Enables hashbrown
- hashmap default
- btreemap thread-safe
- serde
-
Enables serde
BiMultiMap has 5 features without comments.