aocd 0.1.0

Advent of Code Data - get puzzle input and submit answers from within your code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Advent of Code Data

[![crates.io](https://img.shields.io/crates/v/aocd)](https://crates.io/crates/aocd)

Programaticly get your puzzle input and submit answers, in Rust.

Might be useful for lazy Rustaceans and speed hackers.

Yes, this is [wimglenn's `aocd` Python-package](https://github.com/wimglenn/advent-of-code-data), but for Rust. And
yes, this too tries to cache everything it gets from Advent of Code to spare their servers.

> **Note**
>
> This is in _very_ early stages. It will go through some possibly breaking changes. It also uses quite a few
> dependencies as of now, all of which might change. You've been warned.