aoc-core-0.1.0 has been yanked.
aoc-core
Useful Advent of Code data structures, types and functions common to my Rust solutions.
Overview
aoc-core provides common building blocks that come up repeatedly across AoC my Rust solutions: 2d representations, parsing helpers, graph utilities, and more (I invite you to take a look at the generated documentation to explore available modules).
The companion crate aoc-core-macros provides a single procedural macro which can be used to setup a self-contained executable. Enable this by specifying the binary feature flag.