advent-of-code 2019.12.335

Solutions to Advent of Code
Documentation
[[bench]]
harness = false
name = "benchmark"

[[bin]]
bench = false
name = "advent-of-code"
[dependencies.allocation-counter]
optional = true
version = "0"
[dev-dependencies.criterion]
version = "0.3"

[features]
count-allocations = ["allocation-counter"]
debug-output = []
visualization = []

[lib]
bench = false
name = "advent_of_code"

[package]
authors = ["Fredrik Fornwall <fredrik@fornwall.net>"]
categories = ["algorithms", "rust-patterns"]
description = "Solutions to Advent of Code"
documentation = "https://docs.rs/advent-of-code/2019.12.335/advent_of_code/"
edition = "2018"
homepage = "https://github.com/fornwall/advent-of-code"
keywords = ["advent-of-code", "wasm", "webassembly", "node"]
license = "MIT"
name = "advent-of-code"
readme = "README.md"
repository = "https://github.com/fornwall/advent-of-code"
version = "2019.12.335"