# Functions
Minify minifies HTML data, it reads from r and writes to w.
NewTokenBuffer returns a new TokenBuffer.
# Variables
DefaultMinifier is the default minifier.
# Structs
Minifier is an HTML minifier.
Token is a single token unit with an attribute value (if given) and hash of the data.
TokenBuffer is a buffer that allows for token look-ahead.