Cargo Features
[dependencies]
allocator-fallback = { version = "0.1.8", default-features = false, features = ["std", "allocator_api", "doc_cfg"] }
- default = std
-
The
std
feature is set by default wheneverallocator-fallback
is added without
somewhere in the dependency tree.default-features = false - std default
- allocator_api
- doc_cfg
allocator-fallback has 4 features without comments.