| Crates.io | aglet |
| lib.rs | aglet |
| version | 0.5.2 |
| created_at | 2022-07-23 02:14:35.500672+00 |
| updated_at | 2023-12-28 04:29:36.448918+00 |
| description | Opinionated integer-based coordinates and directions and utilities |
| homepage | |
| repository | https://www.github.com/gamma-delta/aglet |
| max_upload_size | |
| id | 631238 |
| size | 40,132 |
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 fasterAlso supports serde, under the default feature serde.