# Advent of Code Data
[](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.