mirror of
https://github.com/Smaug123/advent-of-code-2017
synced 2025-10-06 20:18:40 +00:00
64d805d2c066ed1d567a9388c1aad3a0dba8b848
advent-of-code-2017
Solutions to the 2017 Advent of Code (https://adventofcode.com/2017/), in Rust. Trying to strike a balance between performance and ease-of-writing, erring on the side of performance where necessary.
Simple to use: just cargo test --release
or cargo test --bin day_1
, for example.
I'm certainly no expert in Rust; don't assume I've done anything in a sane way.
Description
Languages
Rust
100%