Crates.io | aoc-rs |
lib.rs | aoc-rs |
version | |
source | src |
created_at | 2024-11-17 09:20:45.302173 |
updated_at | 2024-12-12 15:28:38.056881 |
description | 🎄 An Advent of Code utility crate for people solving the challenges with Rust |
homepage | |
repository | https://github.com/kkrypt0nn/aoc.rs |
max_upload_size | |
id | 1451028 |
Cargo.toml error: | TOML parse error at line 27, column 1 | 27 | 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 |
This crate provides some utilities to make the Advent of Code solutions easier, faster and shorter to solve.
If you want to use this crate for one of your projects, you can install it like any other Rust crate
cargo add aoc-rs
People may contribute by following the Contributing Guidelines and the Code of Conduct
This library was made with 💜 by Krypton and is under the MIT License.