Cargo Features
[dependencies]
yaap = { version = "0.0.2", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneveryaap
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
yaap::a.AllocatorAwareContainer
…