Modulesยง
- direction
- A simple enumeration for the 4 cardinal directions.
- grid
- Core grid traits.
- location
Locationtype used to index into grids, as well as associated types and traits.- prelude
- The gridly prelude includes all traits and common structs.
- range
- Range types, similar to
core::ops::Range, for easy iteration overRow,Column, andLocationvalues. - rotation
- A simple enumeration for 90 degree rotations
- shorthand
- The shorthand module includes quick single-character shorthand constructors
for the common gridly types (
Row,Column,Vector, andLocation). - vector
- 2-dimensional
Vectortype used inLocationarithmetic, with supporting types and traits. AVectoris a measurement of distance between twoLocations.