Crate simple_grid

Source
Expand description

A simple and small library for representing two-dimensional grids.

Structsยง

Grid
A two-dimensional array, indexed with x-and-y-coordinates (columns and rows).
GridIndex
A struct used for indexing into a grid.