Crate simple_grid

source ·
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.