aoc
aoc copied to clipboard
A macro which defines a handful main for the Advent of Code
Great crate. I was just wondering if it is possible to bench generators as well? I saw some macro for it but could not find it in the cli options.
First of all thanks for the awesome project. While doing day 22 today I bumped into a problem. If there are too many solutions in total the macro expansion hits...
This makes the tool easier to maintain and extend for the future. Also, the future of GATs might allow some flexibility.
_Don't know if this is something you'd like in your project, but I enjoy it. Feel free to close or critique, this is my first Rust PR._ This changes the...
I want to use the benchmarks, but I don't understand how the criterion toggle is supposed to work. After moving `example.rs` to a `main.rs` "cargo run" works just fine. However,...
For linux `dirs` could be replaced by just reading the `$HOME` env var and we could use `curl` instead of compiling a whole http client for just a daily download.
From a [reddit suggestion](https://www.reddit.com/r/rust/comments/k8ador/advent_of_code_2020_day_7/gezo8g5?utm_source=share&utm_medium=web2x&context=3). The syntax already invites to do it, so I suppose it could be nice. However I'm not sure we can just extend the rules to allow...