Docs.rs
advent-of-code-client-0.1.1
advent-of-code-client 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
OliverFlecke
Dependencies
anyhow ^1.0.75
normal
clap ^4.4.11
normal
colored ^2.0.4
normal
derive-getters ^0.3.0
normal
duration-string ^0.3.0
normal
regex ^1.10.2
normal
reqwest ^0.11.22
normal
serde_json ^1.0.108
normal
strum ^0.25.0
normal
async-std ^1.12.0
dev
fake ^2.9.1
dev
rstest ^0.18.2
dev
wiremock ^0.5.22
dev
Versions
40%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
advent_
of_
code_
client
0.1.1
advent_of_code_client
Type Alias
Day
Copy item path
Source
pub type Day =
u8
;
Expand description
Indicates the day for a given problem.