| Crates.io | throbberous |
| lib.rs | throbberous |
| version | 0.1.4 |
| created_at | 2025-07-23 21:06:13.167888+00 |
| updated_at | 2025-07-24 13:14:18.757897+00 |
| description | An async-native CLI progress bar and throbber (spinner) library for Rust. |
| homepage | https://github.com/SuitingRelic392/throbberous |
| repository | https://github.com/SuitingRelic392/throbberous |
| max_upload_size | |
| id | 1765262 |
| size | 68,786 |
An async-native CLI progress bar and throbber (spinner) library for Rust.
tokio, crossterm)Add this to your Cargo.toml:
[dependencies]
throbberous = "0.1.4"
tokio = { version = "1", features = ["full"] }
crossterm = "0.29"