kitt_throbbler

Crates.iokitt_throbbler
lib.rskitt_throbbler
version0.1.3
created_at2025-09-05 16:24:07.069837+00
updated_at2025-09-05 21:22:10.735996+00
descriptionA Knight Rider style LED animation for terminal output
homepagehttps://github.com/aovestdipaperino/kitt-throbbler
repositoryhttps://github.com/aovestdipaperino/kitt-throbbler
max_upload_size
id1825770
size21,819
Paperinik (aovestdipaperino)

documentation

https://docs.rs/kitt_throbbler

README

KITT Throbbler

A simple library for creating a Knight Rider-style throbber animation in the terminal.

Usage

use kitt_throbbler::Throbber;

#[tokio::main]
async fn main() {
    let throbber = Throbber::new();
    throbber.start().await;
}
Commit count: 4

cargo fmt