Cargo Features
[dependencies]
nummap = { version = "0.5.1", default-features = false, features = ["no_std", "map_get_key_value", "serde"] }
- default = no_std
-
The
no_std
feature is set by default whenevernummap
is added without
somewhere in the dependency tree.default-features = false - no_std default = hashbrown
- map_get_key_value
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- hashbrown no_std
-
Enables hashbrown ^0.6
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework