yaah

Crates.ioyaah
lib.rsyaah
version0.2.2
sourcesrc
created_at2022-10-16 00:00:40.548388
updated_at2022-12-01 06:08:34.281375
descriptionYAAH – Yet Another AOC Helper
homepage
repositoryhttps://github.com/ithinuel/yaah
max_upload_size
id689212
size35,957
cargo-geiger admins (github:rust-secure-code:cargo-geiger-admins)

documentation

https://docs.rs/yaah

README

Yet Another AOC Helper

crates.io

Getting started

  • Extract the advent of code's session cookie from your browser.
  • Create a new project using the template: cargo generate --git https://github.com/ithinuel/yaah-template.git.
  • Run cargo run --release.
  • Enjoy!

AOC Session

The template stores your session in .cargo/config.toml. Alternatively you can define the environment variable AOC_SESSION.

yaah will automatically download the input file and store it in input/{year}/{day}.txt if it is not present.

Commit count: 7

cargo fmt