6 stable releases
Uses new Rust 2024
| 4.1.0 | Mar 17, 2026 |
|---|---|
| 4.0.0 | Mar 17, 2026 |
| 3.0.0 | Mar 15, 2026 |
| 1.0.2 | Oct 29, 2022 |
| 1.0.1 | Oct 21, 2022 |
#1866 in Data structures
Used in value-box-ffi
7KB
161 lines
ArrayBox
Create and access an array of items.
Examples:
ArrayBox::<u8>::from_vector(vec![0, 1, 2, 3, 4]);
License
Copyright feenk gmbh.
Licensed under MIT. See LICENSE.