Cargo Features
[dependencies]
stackfuture = { version = "0.3.1", default-features = false, features = ["alloc"] }
- default = alloc
-
The
allocfeature is set by default wheneverstackfutureis added withoutsomewhere in the dependency tree.default-features = false - alloc default
StackFuture has 2 features without comments.