Cargo Features
[dependencies]
any_vec = { version = "0.14.0", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverany_vec
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Include alloc crate. This allows using mem::Heap.