docs.rs failed to build aoc_leaderboard-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
aoc_leaderboard-0.2.0
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:
[]
# Enable http feature to be able to fetch leaderboard data
= { = "0.3.0", = ["http"] }
or by running:
cargo add aoc_leaderboard --features http
Example
use env;
use ;
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.88 or newer.
Contributing / Local development
For information about contributing to this project, see CONTRIBUTING. For information regarding local development, see DEVELOPMENT.