Cargo Features
[dependencies]
stacking-iterator = { version = "1.0.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverstacking-iterator
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
stacking-iterator has 3 features without comments.