Cargo Features
[dependencies]
init_array = { version = "0.3.0", default-features = false, features = ["alloc", "nightly"] }
- default = alloc
-
The
alloc
feature is set by default wheneverinit_array
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
array_ext::ArrayExt.generate_boxed
,array_ext::SliceExt
… - nightly