array-box

Crates.ioarray-box
lib.rsarray-box
version1.0.2
sourcesrc
created_at2022-10-21 14:33:27.822877
updated_at2022-10-29 17:50:20.977193
descriptionCreate Rust vector from C data, either owned or not owned.
homepage
repositoryhttps://github.com/feenkcom/boxes-rs/tree/main/array-box
max_upload_size
id693643
size6,363
Aliaksei Syrel (syrel)

documentation

README

ArrayBox

Crates.io MIT licensed

Create and access an array of items.

Examples:

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

cargo fmt