Expand description
Output and progress reporting.
Re-exports§
pub use progress::CloneProgressBar;pub use progress::DiscoveryProgressBar;pub use progress::SyncProgressBar;
Modules§
Structs§
- Output
- Output handler for consistent formatting.
Enums§
- Verbosity
- Output verbosity level.
Functions§
- format_
count - Format a count with appropriate styling.
- format_
error - Format an error message.
- format_
success - Format a success message.
- format_
warning - Format a warning message.