Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/rarescosma/advent-of-code-2021-rs
- Owner: rarescosma
- License: mit
- Created: 2021-12-28T16:06:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T09:41:39.000Z (7 months ago)
- Last Synced: 2024-04-04T10:36:11.643Z (7 months ago)
- Topics: advent-of-code, aoc, aoc2021, rust
- Language: Rust
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```