aoc-lib 0.3.0

A library that lets you focus on problem-solving rather than boilerplate when doing Advent of Code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.home]
version = "0.5.3"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11.7"

[package]
authors = ["Keval Kapdee <keval@thechubbypanda.net>"]
description = "A library that lets you focus on problem-solving rather than boilerplate when doing Advent of Code"
edition = "2021"
license = "MIT"
name = "aoc-lib"
readme = "README.md"
repository = "https://github.com/thechubbypanda/aoc-lib"
resolver = "2"
version = "0.3.0"