throbberous
An async-native CLI progress bar and throbber (spinner) library for Rust.
Features
- Async-friendly progress bars and throbbers
- Customizable colors and animation speeds
- Easy to integrate into any Rust async project
- Minimal dependencies (
tokio,crossterm)
Usage
Add this to your Cargo.toml:
[]
= "0.1.4"
= { = "1", = ["full"] }
= "0.29"