Cargo Features
[dependencies]
fallible-iterator = { version = "0.3.0", default-features = false, features = ["alloc", "std"] }
- default = alloc
-
The
alloc
feature is set by default wheneverfallible-iterator
is added without
somewhere in the dependency tree.default-features = false - alloc default std?
- std = alloc
-
Legacy feature, no longer needed but retained for backwards compatibility.