Cargo Features
[dependencies]
noop-allocator = { version = "0.1.1", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default whenevernoop-allocator
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
noop-allocator::owning_ref
,noop-allocator::owning_slice
…