/aoc2020

Advent of Code 2020 in Rust

Primary LanguageRust

Advent of Code 2020 in Rust

Goals

  • Gotta go fast
  • Somewhat idiomatic rust
  • Hopefully no dependencies
  • Occasional macro autism
  • Learn something new

Non-goals

  • Ridiculously-optimized algorithms
  • Overly-verbose real-world-ish types

Things learned so far