Crate irox_progress

Source
Expand description

An ecosystem for displaying progress, either in a UI or on the terminal.

Re-exports§

pub use irox_time;

Modules§

console
read
write

Macros§

get_human

Structs§

Task
A task is a specific tracked operation. It has:

Enums§

TaskElementUnits

Traits§

ProgressPrinter
A way to display progress.