Expand description
Progress Reporting for Long-Running Operations
This module provides progress reporting functionality for multi-step operations
that take significant time to complete. It builds on top of UserOutput to
provide standardized progress updates with timing information.
§Sub-modules
verbose_listener-CommandProgressListenerimplementation that translates application-layer progress events into user-facing output
Re-exports§
pub use verbose_listener::VerboseProgressListener;
Modules§
- verbose_
listener - Verbose progress listener implementation
Structs§
- Progress
Reporter - Progress reporter for multi-step operations
Enums§
- Progress
Reporter Error - Errors that can occur during progress reporting