Registry / utility / array2d

array2d

JSON →
library0.3.2rscratesunverified

A fixed sized two-dimensional array

# Cargo.toml [dependencies] array2d = "0.3.2"
INSTALL
IMPORT
SIG · ARRAY2D
A
array2d
utilityrustv0.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Array2D
use array2d::Array2D;

Create a 2D array filled with zeros

use array2d::Array2D; fn main() { let arr = Array2D::filled_with(0, 3, 4); println!("{:?}", arr); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
2
Resources
array2d — cargo add array2d · libregistry