| Crates.io | bubbles-rs |
| lib.rs | bubbles-rs |
| version | 0.2.0 |
| created_at | 2022-10-11 00:56:59.41586+00 |
| updated_at | 2022-10-26 21:54:58.080684+00 |
| description | A TUI Framework inspired by Go Bubbles |
| homepage | https://github.com/ahmad2smile/bubbles-rs |
| repository | https://github.com/ahmad2smile/bubbles-rs |
| max_upload_size | |
| id | 684969 |
| size | 34,447 |
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),
);

Further examples under bin