Cargo Features
[dependencies]
safe-allocator-api = { version = "0.3.0", default-features = false, features = ["std", "nightly"] }
- default = std
-
The
std
feature is set by default wheneversafe-allocator-api
is added without
somewhere in the dependency tree.default-features = false - std default
- nightly
-
Enables nightly of allocator-api2
safe-allocator-api has 3 features without comments.