boxarray
Safe way to allocate and initialize nested arrays directly on the heap in Rust.
Usage
To use boxarray
in your Rust project, simply add it as a dependency in your Cargo.toml
:
[]
= "1.2.1"
Then import and use it in your project:
use boxarray;
use boxarray_;