# Functions

Start starts a progress bar.
WithMask sets the MaskFn on the MessageWriter.
WithWriter sets the WriteFn on the MessageWriter.

# Structs

MessageWriter implements io.Writer on top of a channel of strings.

# Type aliases

MaskFn is a function that masks a message.
Option is a function that sets an option on a MessageWriter.
WriteFn is a function that writes a formatted string.