<div align="center">
# aoc.rs
[](https://docs.rs/aoc-rs)
[](https://crates.io/crates/aoc-rs)
[](https://github.com/kkrypt0nn/aoc.rs/actions)
[](https://deps.rs/repo/github/kkrypt0nn/aoc.rs)
[](https://discord.gg/mTBrXyWxAF)
[](https://github.com/kkrypt0nn/aoc.rs/commits/main)
[](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).