bubbles-rs 0.2.0

A TUI Framework inspired by Go Bubbles
Documentation
1
2
3
4
5
6
7
8
pub mod component;
pub mod dimension;
pub mod events;
pub mod lifecycle;
pub mod render;
pub mod renderer;
pub mod style;
pub mod view;