bubbles-rs

Crates.iobubbles-rs
lib.rsbubbles-rs
version0.2.0
sourcesrc
created_at2022-10-11 00:56:59.41586
updated_at2022-10-26 21:54:58.080684
descriptionA TUI Framework inspired by Go Bubbles
homepagehttps://github.com/ahmad2smile/bubbles-rs
repositoryhttps://github.com/ahmad2smile/bubbles-rs
max_upload_size
id684969
size34,447
Ahmad (ahmad2smile)

documentation

README

Bubbles

Intro

TUI Framework for Rust inspired by bubbles from Go.

Progress::new(
    0,
    Style::new(gradient, Color::Grey, Color::Reset),
    Dimension::new(0, 2, 100, 0),
    OnRender::new(&update_handler),
);

image

Further examples under bin

Commit count: 13

cargo fmt