aoc_leaderboard
Strongly-typed wrapper for an Advent of Code leaderboard and a convenient way to fetch its data.
Installing
Add aoc_leaderboard to your dependencies:
[]
= "1.0.0"
or by running:
Example
use env;
use Leaderboard;
use dotenv;
async
The above example is available here. For complete API usage, see the docs.
Minimum Rust version
aoc_leaderboard currently builds on Rust 1.70 or newer.