Expand description
The FIREPLACEv1.0 allows the use of the esb tooling for solving Advent of Code problems.
This is an implementation of FIREPLACEv1.0 for Rust.
Check esb for more information.
Enums§
- Either
- Contains the solution for pt1 or for pt2
- Fireplace
Error - Handles incorrect command usage
Functions§
- v1_run
- Runs the solution functions in compliance with FIREPLACEv1 protocol
Type Aliases§
- Fireplace
Result - Return value for the AoC solution functions