Cargo Features

ArraySection has no features set by default.

[dependencies]
array-section = { version = "0.2.1", features = ["std", "alloc"] }
std = alloc

Lets the error type provide a Backtrace. When this feature is disabled the crate is no_std compatible. Enables the alloc feature.

alloc std?

Enables conversion of the array section into Vecs and Boxed slices.