ya_advent_lib

Crates.ioya_advent_lib
lib.rsya_advent_lib
version
sourcesrc
created_at2023-12-15 04:41:04.317503
updated_at2024-12-08 20:46:08.610202
descriptionYet Another Advent of Code Library
homepagehttps://github.com/yaheath
repositoryhttps://github.com/yaheath/advent_lib
max_upload_size
id1070700
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(yaheath)

documentation

README

Yet Another Advent of Code Library

I'm using Advent of Code as way to learn rust, and made this library of things useful for doing AoC puzzles.

This library will evolve over time as I figure stuff out and come up with better patterns.

Nothing is documented (yet) but I might add some docs eventually.

Commit count: 29

cargo fmt