# Functions
NewBar returns a new ProgressBar with the maximum set to the given number and the default buffer size; returns a spinner if the provided number is too big or zero.
NewBufferedBar returns a new ProgressBar with the maximum set to the given number and the given buffer size; returns a spinner if the provided number is too big or zero.
# Structs
ProgressBar is a wrapper for schollz/progressbar.