Crate pbar

Source

Modules§

style

Structs§

BinaryBytes
Formats bytes for human readability using ISO/IEC prefixes
DecimalBytes
Formats bytes for human readability using SI prefixes
FormattedDuration
Wraps an std duration for human basic formatting.
HumanBytes
Formats bytes for human readability
HumanCount
Formats counts for human readability using commas
HumanDuration
Wraps an std duration for human readable formatting.
HumanFloatCount
Formats counts for human readability using commas for floats
MultiProgress
Manages multiple progress bars from different threads
Pbar
ProgressBar
A progress bar or spinner
ProgressBarIter
Wraps an iterator to display its progress.
ProgressDrawTarget
Target for draw operations
ProgressState
The state of a progress bar at a moment in time.
ProgressStyle
WeakProgressBar
A weak reference to a ProgressBar.

Enums§

MultiProgressAlignment
Vertical alignment of a multi progress.
ProgressFinish
Behavior of a progress bar when it is finished

Traits§

ProgressIterator
Wraps an iterator to display its progress.
TermLike
A trait for minimal terminal-like behavior.

Functions§

pbar
pbar_no_run