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