Crate simple_grid[][src]

Expand description

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

Structs

A two-dimensional array, indexed with x-and-y-coordinates (columns and rows).

A struct used for indexing into a grid.