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

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

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.