Skip to main content

Crate aoc_core

Crate aoc_core 

Source
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
grid utilities.
hash
rustc-hash extensions.
parsing
lexical-core number parsing.
pos
2-dimensional coordinates.

Attribute Macros§

bin_setupbinary
This macro can be used to generate my standard approach to Advent of Code binaries.