Thanks to visit codestin.com
Credit goes to lib.rs

#owned #api-bindings #ffi

array-box

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

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

MIT license

7KB
161 lines

ArrayBox

Crates.io MIT licensed

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.

No runtime deps