advent_of_code_traits 0.2.0

Minimal, flexible framework for implementing solutions to Advent of Code in Rusts
Documentation
1
2
3
4
5
6
7
8
# Examples

All the following examples can be run using cargo: `cargo run --example <example_name>`

### [`cli`]cli/
`cargo run --example cli <DAY>`

A faked Advent of Code implementation to demonstrate using the Solution and SolutionRunner traits.