Registry / utility / grid
library1.0.1rscratesunverified

Dynamic generic 2D data structure.

# Cargo.toml [dependencies] grid = "1.0.1"
INSTALL
IMPORT
SIG · GRID
G
grid
utilityrustv1.0.1
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.

Grid
use grid::Grid;

Create and modify a 2D grid.

use grid::Grid; fn main() { let mut grid = Grid::new(3, 3); grid[0][0] = 1; println!("{:?}", grid); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
grid — cargo add grid · libregistry