Available on crate feature
progress only.Expand description
Modules§
Structs§
- Bytes
- A marker for formatting numbers as bytes in renderers.
- Human
- A helper for formatting numbers in a format easily read by humans in renderers, as in
2.54 million objects - Range
- A helper for formatting numbers representing ranges in renderers as in
2 of 5 steps. - Unit
- A configurable and flexible unit for use in Progress::init().
Enums§
- Kind
- Either a static label or a dynamic one implementing
DisplayValue.
Traits§
- Display
Value - A trait to encapsulate all capabilities needed to display a value with unit within a renderer.
Functions§
- dynamic
- Returns a unit that is a dynamic
label. - dynamic_
and_ mode - Returns a unit that is a dynamic
labelalong with information on where to display a fraction and throughput. - label
- Returns a unit that is a static
label. - label_
and_ mode - Returns a unit that is a static
labelalong with information on where to display a fraction and throughput.