https://github.com/pgilbertschmitt/aoc-2015
Advent of Code 2015 solutions in Rust
https://github.com/pgilbertschmitt/aoc-2015
Last synced: 2 months ago
JSON representation
Advent of Code 2015 solutions in Rust
- Host: GitHub
- URL: https://github.com/pgilbertschmitt/aoc-2015
- Owner: PGilbertSchmitt
- Created: 2025-03-12T14:13:45.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-13T23:28:01.000Z (2 months ago)
- Last Synced: 2025-03-14T00:28:48.177Z (2 months ago)
- Language: Rust
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2015
The first AoC was much easier than the recent ones (so far).
The [Logos](https://github.com/maciejhirsz/logos) crate makes quickly parsing inputs very easy. It may be harder than using boring ol' string splitting, but the peace of mind it gives me from processing the inputs in efficient, linear fashion is well worth it.