array-box 1.0.2

Create Rust vector from C data, either owned or not owned.
Documentation

ArrayBox

Crates.io MIT licensed

Create and access an array of items.

Examples:

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