Advent of Code 2024 in Rust 2024 Assumes all input is valid Has large swathes of unwraps() and unreachable!() Almost definitely sub-optimal in a lot of cases Probably not idiomatic Rust Most solutions are self-contained in a single file, so should be easy enough to read