Cargo Features

[dependencies]
array_trait = { version = "1.1.0", default-features = false, features = ["alloc"] }
default = alloc

The alloc feature is set by default whenever array_trait is added without default-features = false somewhere in the dependency tree.

alloc default

Enables alloc of slice_trait

array_trait has 2 features without comments.