spinoff
spinoff is a simple to use library for displaying spinners in the terminal, with plenty of features and options.

âš¡ Usage
use ;
use sleep;
use Duration;
let spinner = new;
sleep;
spinner.success;
Update a spinner
use ;
use sleep;
use Duration;
let mut spinner = new;
sleep;
spinner.update;
sleep;
spinner.stop
Stop a spinner and persist a symbol and message
use ;
use sleep;
use Duration;
let mut spinner = new;
sleep;
spinner.stop_and_persist;
Other examples can be found in the documentation.
📖 Documentation
- All relevant documentation can be found on the Docs.rs page.
- If you want to see all the available
Spinneroptions, check theSpinnersenum.
🔨 Examples
To run some of the included examples, use:
🚧 Contributing
Any contributions to this crate are highly appreciated. If you have any ideas/suggestions/bug fixes, please open an issue or a pull request. If you like the project, star this project on GitHub.
📑 License
This crate is licensed under the MIT license.