This is a successor to my old crate cogs_gamedev's grids
module.
It adds opinionated integer-based coordinates and directions, along with some other useful things:
Grid<T>
, which is like a HashMap<Coord, T>
but fasterThis crate is built alongside and for my W.I.P. roguelike Foxfire.