aoc-rs 0.0.2

🎄 An Advent of Code utility crate for people solving the challenges with Rust
Documentation
<div align="center">

# aoc.rs

[![Docs.rs Badge](https://img.shields.io/badge/docs.rs-aoc--rs-61c192.svg)](https://docs.rs/aoc-rs)
[![Crates.io Badge](https://img.shields.io/crates/v/aoc-rs.svg?color=fe7d37)](https://crates.io/crates/aoc-rs)
[![CI Badge](https://github.com/kkrypt0nn/aoc.rs/actions/workflows/ci.yml/badge.svg)](https://github.com/kkrypt0nn/aoc.rs/actions)
[![Dependency Status Badge](https://deps.rs/repo/github/kkrypt0nn/aoc.rs/status.svg)](https://deps.rs/repo/github/kkrypt0nn/aoc.rs)

[![Discord Server Badge](https://img.shields.io/discord/739934735387721768?logo=discord)](https://discord.gg/mTBrXyWxAF)
[![Last Commit Badge](https://img.shields.io/github/last-commit/kkrypt0nn/aoc.rs)](https://github.com/kkrypt0nn/aoc.rs/commits/main)
[![Conventional Commits Badge](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org/en/v1.0.0/)

</div>

---

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

```shell
cargo add aoc-rs
```

## Contributing

People may contribute by following the [Contributing Guidelines](./CONTRIBUTING.md) and
the [Code of Conduct](./CODE_OF_CONDUCT.md)

## License

This library was made with 💜 by Krypton and is under the [MIT License](./LICENSE.md).