2 unstable releases
0.2.0 | Oct 26, 2022 |
---|---|
0.1.0 | Oct 11, 2022 |
#13 in #bubble
25 downloads per month
22KB
621 lines
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),
);
Further examples under bin
Dependencies
~4–15MB
~150K SLoC