Crate aoc_leaderboard

Source
Expand description

A crate with a strongly-typed wrapper for an Advent of Code leaderboard, along with ways to fetch them from the AoC website.

This crate’s API consists essentially of the Leaderboard type and its related subcomponents. If the http feature is enabled, a helper to fetch a leaderboard’s data from the Advent of Code website is also provided.

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

aoc
Advent of Code-related type wrappers.
error
Custom error type definition.