Docs.rs
aoc-runtime-0.6.0
aoc-runtime 0.6.0
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
Go to latest version
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
INPUT_FILE_NAME
aoc_
runtime
0.6.0
In aoc_
runtime::
app
aoc_runtime
::
app
Constant
INPUT_
FILE_
NAME
Copy item path
Source
pub const INPUT_FILE_NAME: &
str
= "input.txt";
Expand description
The file a solution reads its puzzle input from.