aglet 0.1.0

Opinionated integer-based coordinates and directions and utilities
Documentation
1
2
3
4
5
6
7
8
9
# Another Grid Library Except Terrible


This is a successor to my old crate [cogs_gamedev](https://crates.io/crates/cogs-gamedev)'s `grids` module.
It adds opinionated integer-based coordinates and directions, along with some other useful things:

- Iterators over areas, edges of areas, and lines
- `Grid<T>`, which is like a `HashMap<Coord, T>` but faster

This crate is built alongside and for my W.I.P. roguelike [Foxfire](https://www.petra-k.at/foxfire).