multi-spinner
A simple terminal spinner library that uses a shared stdout.
setup
Smack this into your toml
[]
= "0.1.0"
Throw this on your code
use ;
use ;
If you need full control over stdout, you can create a mutexed arc
let stdout = new;
let mut spinner = builder
.stdout
.msg
.start;
You can if you want to, change the awesome spinner
let mut spinner = builder
.spinner
.build;
spinner.start // <-- in case you need to await the start