Cargo Features

[dependencies]
array__ops = { version = "1.0.1", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

Enables alloc of slice_ops

Affects from_fn::from_fn_boxed, from_fn::rfrom_fn_boxed, from_fn::from_fn_boxed_in, from_fn::rfrom_fn_boxed_in, from_fn::try_from_fn_boxed, from_fn::try_rfrom_fn_boxed, from_fn::try_from_fn_boxed_in, from_fn::try_rfrom_fn_boxed_in, from_fn::ArrayFromFn.from_fn_boxed, from_fn::ArrayFromFn.rfrom_fn_boxed, from_fn::ArrayFromFn.from_fn_boxed_in, from_fn::ArrayFromFn.rfrom_fn_boxed_in, from_fn::ArrayFromFn.try_from_fn_boxed, from_fn::ArrayFromFn.try_rfrom_fn_boxed, from_fn::ArrayFromFn.try_from_fn_boxed_in, from_fn::ArrayFromFn.try_rfrom_fn_boxed_in