aoc-rs

Crates.ioaoc-rs
lib.rsaoc-rs
version
sourcesrc
created_at2024-11-17 09:20:45.302173
updated_at2024-12-12 15:28:38.056881
description🎄 An Advent of Code utility crate for people solving the challenges with Rust
homepage
repositoryhttps://github.com/kkrypt0nn/aoc.rs
max_upload_size
id1451028
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`
size0
Krypton (kkrypt0nn)

documentation

https://docs.rs/aoc.rs

README

aoc.rs

Docs.rs Badge Crates.io Badge CI Badge Dependency Status Badge

Discord Server Badge Last Commit Badge Conventional Commits Badge


This crate provides some utilities to make the Advent of Code solutions easier, faster and shorter to solve.

Getting Started

Installation

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

Contributing

People may contribute by following the Contributing Guidelines and the Code of Conduct

License

This library was made with 💜 by Krypton and is under the MIT License.

Commit count: 0

cargo fmt