Cargo Features
[dependencies]
array_trait = { version = "1.1.0", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverarray_trait
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Enables alloc of slice_trait
array_trait has 2 features without comments.