Cargo Features
[dependencies]
iter-trait = { version = "0.3.1", default-features = false, features = ["std", "alloc", "nightly"] }
- default = std
-
The
std
feature is set by default wheneveriter-trait
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- nightly
iter-trait has 4 features without comments.