package
0.0.0-20191230163237-a30599c1cba0
Repository: https://github.com/mjm/advent-of-code-2019.git
Documentation: pkg.go.dev

# Functions

RuleFromString creates a new rule from its string representation.
TableFromString creates a conversion table from lines of rules.

# Variables

OneFuel is a quantity for a single unit of fuel.

# Structs

Quantity represents a specific amount of a particular material.
Rule defines how an output can be constructed from some input materials.
Table is a list of conversion rules between types of materials.