Expand description
This crate provides useful Advent of Code data structures, types and functions common to my Rust solutions.
Modules§
- dir
- Cardinal directions.
- graph
- Graph data structures and algorithms.
- grid
gridutilities.- hash
rustc-hashextensions.- parsing
lexical-corenumber parsing.- pos
- 2-dimensional coordinates.
Attribute Macros§
- bin_
setup binary - This macro can be used to generate my standard approach to Advent of Code binaries.