Cargo Features
[dependencies]
allocator_api = { version = "0.6.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverallocator_api
is added without
somewhere in the dependency tree.default-features = false - std default
allocator_api has 2 features without comments.