Module progress

Module progress 

Source
Expand description

The progress module manages progress bars and provides utilities for creating and removing them.

Enums§

ProgressBarTheme
Represents different visual themes for the progress bar.

Statics§

GLOBAL_PROGRESS_MANAGER
A global multi-progress bar that allows managing multiple progress bars concurrently.

Functions§

create_progress_bar
Creates a new progress bar with the specified length and theme.
remove_progress_bar
Removes the specified progress bar from the global multi-progress manager.