aglet

Crates.ioaglet
lib.rsaglet
version0.5.2
sourcesrc
created_at2022-07-23 02:14:35.500672
updated_at2023-12-28 04:29:36.448918
descriptionOpinionated integer-based coordinates and directions and utilities
homepage
repositoryhttps://www.github.com/gamma-delta/aglet
max_upload_size
id631238
size40,132
petrak@ (gamma-delta)

documentation

README

Another Grid Library Except Terrible

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:

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

Also supports serde, under the default feature serde.

Commit count: 0

cargo fmt