Docs.rs
aoc-runtime-0.7.0
aoc-runtime 0.7.0
Permalink
Docs.rs crate page
GPL-3.0-only
19 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
antoniosubasic
Dependencies
aoc_api ^4.1.0
normal
chrono ^0.4.41
normal
clap ^4.5.41
normal
colored ^3.0.0
normal
dirs ^6.0.0
normal
regex ^1.11.1
normal
serde ^1.0.219
normal
serde_yaml_ng ^0.10.0
normal
thiserror ^2.0.12
normal
tokio ^1.47.0
normal
assert_cmd ^2.0
dev
predicates ^3.1
dev
tempfile ^3.20
dev
Versions
100%
of the crate is documented
Platform
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
Skip to main content
is_december
aoc_
runtime
0.7.0
In aoc_
runtime::
env
aoc_runtime
::
env
Function
is_
december
Copy item path
Source
pub fn is_december(date:
NaiveDate
) ->
bool
Expand description
Whether a date falls inside an Advent of Code event.