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