Cargo Features
[dependencies]
allocator = { version = "0.0.2", default-features = false, features = ["std", "libc"] }
- default = std
-
The
std
feature is set by default wheneverallocator
is added without
somewhere in the dependency tree.default-features = false - std default = libc
-
Affects
allocator::rustalloc
… - libc std
-
Affects
allocator::malloc
,allocator::arena
…