Cargo Features
[dependencies]
slotmap-map = { version = "1.0.7", default-features = false, features = ["std", "unstable", "serde"] }
- default = std
-
The
std
feature is set by default wheneverslotmap-map
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
slotmap-map::sparse_secondary
… - unstable