boxarray 1.3.2

Safe way to allocate and initialize nested arrays directly on the heap in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "boxarray"
version = "1.3.2"
edition = "2021"
authors = ["Nathan Touroux"]
description = "Safe way to allocate and initialize nested arrays directly on the heap in Rust."
homepage = "https://github.com/xayon40-12/boxarray.git"
repository = "https://github.com/xayon40-12/boxarray.git"
license = "MIT"
keywords = ["Box","arrays"]
categories = ["memory-management","rust-patterns"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
cargo-husky = "1"