Crates.io | ya_advent_lib |
lib.rs | ya_advent_lib |
version | |
source | src |
created_at | 2023-12-15 04:41:04.317503 |
updated_at | 2024-12-08 20:46:08.610202 |
description | Yet Another Advent of Code Library |
homepage | https://github.com/yaheath |
repository | https://github.com/yaheath/advent_lib |
max_upload_size | |
id | 1070700 |
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` |
size | 0 |
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.