| Crates.io | array-box |
| lib.rs | array-box |
| version | 1.0.2 |
| created_at | 2022-10-21 14:33:27.822877+00 |
| updated_at | 2022-10-29 17:50:20.977193+00 |
| description | Create Rust vector from C data, either owned or not owned. |
| homepage | |
| repository | https://github.com/feenkcom/boxes-rs/tree/main/array-box |
| max_upload_size | |
| id | 693643 |
| size | 6,363 |
Create and access an array of items.
ArrayBox::<u8>::from_vector(vec![0, 1, 2, 3, 4]);