Module spinner

Module spinner 

Source
Expand description

Loading spinner utilities for terminal UI using indicatif crate

Structs§

Spinner
A wrapper around indicatif’s ProgressBar for easy spinner management

Functions§

show_loading_spinner
Show a simple loading spinner with the given message This is a convenience function that creates and immediately starts a spinner
start_download_spinner
Start a download-style progress bar spinner Useful for tasks with known total size
start_loading_spinner
Start a loading spinner in a background thread for long-running tasks Returns a handle that can be used to control the spinner