advtools 0.4.0

A prelude to reduce boilerplate of 'Advent of Code' like challenges.
Documentation
[package]
name = "advtools"
description = "A prelude to reduce boilerplate of 'Advent of Code' like challenges."
version = "0.4.0"
authors = ["Georg Brandl <georg@python.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/birkenfeld/advtools"

[dependencies]
itertools = "0.7.11"
hashbrown = "0.1.7"
arrayvec = "0.4.8"
rayon = "1.0.3"
regex = "1.1.0"
odds = { version = "0.3.1", features = ["std-string", "std-vec"] }