# Functions
NewBytesPerSecond returns the rate that n bytes were written in the provided duration.
NewWriter returns a writer.
# Structs
Writer buffers writes until flush, at which time the last screen is cleared and the current buffer contents are written.
# Type aliases
Bar provides a very simple progress bar implementation.
Bytes converts a regular int64 to human readable type.
BytesPerSecond is the rate in seconds for byte operations.