Docs.rs
libaoc-0.1.55
libaoc 0.1.55
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jocades
Dependencies
anyhow ^1.0.94
normal
clap ^4.5.23
normal
html2text ^0.13.5
normal
reqwest ^0.12.9
normal
scraper ^0.22.0
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
Versions
34.48%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate libaoc
libaoc
0.1.55
All Items
Crate Items
Structs
Enums
Constants
Functions
Type Aliases
Crate
libaoc
Copy item path
Source
Structs
§
Client
The
Advent of Code
client handles puzzle retrieval and cache.
Puzzle
Enums
§
Submit
The outcome of a puzzle submission.
Constants
§
AOC_URL
AUTH_
VAR
CACHE_
PATH
Functions
§
puzzle_
id_
from_
path
Determine the puzzle’s year and day from a path.
Type Aliases
§
Puzzle
Id
A
(year, day)
pair to identify a puzzle.