Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-05 | Added a convenient debug macro | Justin Worthe | |
Prints the expression along with it's value. Thanks to Steve Donovan for giving me the idea at the Rust meetup! | |||
2018-12-05 | Day 5: Mutating strings | Justin Worthe | |
2018-12-01 | Updated template to run in release mode | Justin Worthe | |
I'm trying to practice more functional idioms in Rust, and they tend to be slower than expected if you're running in debug mode. | |||
2018-11-17 | Scaffolded out files for each day of the advent of code | Justin Worthe | |
These don't really do anything except make it a bit easier and faster to start the day's challenge. |