throbberous

Crates.iothrobberous
lib.rsthrobberous
version0.1.4
created_at2025-07-23 21:06:13.167888+00
updated_at2025-07-24 13:14:18.757897+00
descriptionAn async-native CLI progress bar and throbber (spinner) library for Rust.
homepagehttps://github.com/SuitingRelic392/throbberous
repositoryhttps://github.com/SuitingRelic392/throbberous
max_upload_size
id1765262
size68,786
chriss (trucizna99)

documentation

https://docs.rs/throbberous

README

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:

[dependencies]
throbberous = "0.1.4"
tokio = { version = "1", features = ["full"] }
crossterm = "0.29"
Commit count: 0

cargo fmt