advent

Crates.ioadvent
lib.rsadvent
version0.2.2
sourcesrc
created_at2018-12-02 21:24:47.094986
updated_at2018-12-10 04:26:47.605508
descriptionSolutions to Advent of Code puzzles
homepagehttps://github.com/aldrin/advent
repository
max_upload_size
id99739
size179,246
Aldrin John D'Souza (aldrin)

documentation

README

Advent of Code

Crates.io

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
Commit count: 0

cargo fmt