Skip to main content

Module progress

Module progress 

Source
Expand description

Progress bar and spinner utilities

Provides centralized progress bar creation with automatic handling of non-interactive mode. Progress bars are hidden when running in CI/CD or when output is piped.

Structs§

ProgressGuard
Progress bar guard that ensures proper cleanup on drop

Functions§

file_progress
Create a progress bar for file operations (upload/download)
item_progress
Create a progress bar for counting items
spinner
Create a spinner for async/waiting operations