Cargo Features
[dependencies]
ring-alloc = { version = "0.2.0", default-features = false, features = ["std", "alloc", "nightly"] }
- default = std
-
The
std
feature is set by default wheneverring-alloc
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables parking_lot
- alloc std
- nightly
-
Enables allocator_api of bumpalo, nightly of allocator-api2 and allocator-api2-tests
RingAlloc has 4 features without comments.