aoc-utils 0.3.0

A minimal set of utils for writing Advent of Code solutions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.clap]
version = "2.33"

[package]
authors = ["Marcin Puc <marcin.e.puc@gmail.com>"]
description = "A minimal set of utils for writing Advent of Code solutions"
edition = "2021"
license = "MIT"
name = "aoc-utils"
readme = "README.md"
repository = "https://github.com/tranzystorek-io/aoc-utils"
resolver = "2"
version = "0.3.0"