Crates.io | advent |
lib.rs | advent |
version | 0.2.2 |
source | src |
created_at | 2018-12-02 21:24:47.094986 |
updated_at | 2018-12-10 04:26:47.605508 |
description | Solutions to Advent of Code puzzles |
homepage | https://github.com/aldrin/advent |
repository | |
max_upload_size | |
id | 99739 |
size | 179,246 |
Advent of Code are excellent samples for trying out Rust iterators and related features. This repository holds my solutions to the puzzles I've attempted so far. The library documentation (at docs.rs/advent) is a convenient way to browse the code.
$ cargo -q test 2017::day3 # to run a specific puzzle
running 2 tests
test y2017::day3::examples ... ok
test y2017::day3::solution ... ok
$ cargo test --release # to run all puzzles