Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rarescosma/advent-of-code-2021-rs

Solutions to all 25 Advent of Code 2021 problems in Rust. :crab:
https://github.com/rarescosma/advent-of-code-2021-rs

advent-of-code aoc aoc2021 rust

Last synced: about 16 hours ago
JSON representation

Solutions to all 25 Advent of Code 2021 problems in Rust. :crab:

Awesome Lists containing this project

README

        

# Advent of Code 2021 :christmas_tree:
Solutions to all 25 Advent of Code 2021 problems in Rust. :crab:

Along with a customized 2D map crate for nice code re-use.

Thanks [@ericwastl](https://twitter.com/ericwastl) for providing the challenge, [@andrusha](https://github.com/andrusha) for kicking me into gear and [@AxlLind](https://github.com/AxlLind) from whom I shamelessly ripped the timing harness for the code.

## Usage
```sh
cargo run --release --bin [DAY] # run a specific day
cargo run --release # run all days
```