aoc-client
Advent of Code library 🎄
aoc-client is a Rust library for Advent of Code.
It is used to build the aoc-cli command-line
tool but can also be integrated into other projects.
Usage ⛄️
Add the following dependency to your Rust project (in Cargo.toml):
[]
= "0.1"
Create a AocClient instance and call its methods:
use ;
Contribute 🦌
Feedback and pull requests are welcome. Please see CONTRIBUTING for guidelines and ideas.
Support Advent of Code 🎁
Advent of Code is a free online Advent calendar of small programming puzzles created by Eric Wastl and maintained by volunteers. Please consider supporting their work.