#animation #led #style #terminal #knight #metrics #rider

kitt_throbbler

A Knight Rider style LED animation for terminal output

4 releases

0.1.3 Sep 5, 2025
0.1.2 Sep 5, 2025
0.1.1 Sep 5, 2025
0.1.0 Sep 5, 2025

#4 in #knight

32 downloads per month

MIT license

14KB
199 lines

KITT Throbbler - A Knight Rider style LED animation for terminal output

This crate provides a simple, customizable Knight Rider style animation that can be used to display progress, activity, or throughput metrics in terminal applications.


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;
}

Dependencies

~2–3MB
~48K SLoC