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§
- Progress
Guard - 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