Registry / utility / grid-2d

grid-2d

JSON →
library0.16.2rscratesunverified

A general purpose 2D grid data structure for Rust.

# Cargo.toml [dependencies] grid_2d = "0.16.2"
INSTALL
IMPORT
SIG · GRID-2D
G
grid-2d
utilityrustv0.16.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.

Grid
use grid_2d::Grid;

Creates a new 3x3 grid filled with zeros.

use grid_2d::Grid; fn main() { let grid = Grid::new(3, 3, 0); println!("Grid size: {}x{}", grid.width(), grid.height()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
grid-2d — cargo add grid-2d · libregistry