ArrayBox

Crates.io MIT licensed

Create and access an array of items.

Examples:

rust ArrayBox::<u8>::from_vector(vec![0, 1, 2, 3, 4]);