Advent of Code - 2018
Solutions to Advent of Code - 2018 written in Rust (1.30).
Rust
Install rustup.
Run / Unit Tests
Run the unit tests:
cargo test
Benchmarks
The benchmarks use Criterion.rs.
cargo bench
Licensing
Code in this repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.