Cargo Features
[dependencies]
heap-ap = { version = "1.0.0", default-features = false, features = ["allocator-api"] }
- default = allocator-api
-
The
allocator-api
feature is set by default wheneverheap-ap
is added without
somewhere in the dependency tree.default-features = false - allocator-api default
-
Affects
heap-ap::Vec
,heap-ap::Box
…