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.1.0"
Then import and use it in your project:
use boxarray;