Cargo Features
[dependencies]
almost-enough = { version = "0.4.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
stdfeature is set by default wheneveralmost-enoughis added withoutsomewhere in the dependency tree.default-features = false - std default = alloc
-
Affects
almost-enough::time… - alloc std
-
Affects
almost-enough::StopExt.into_boxed,almost-enough::StopExt.child…