bubbles-rs 0.2.0

A TUI Framework inspired by Go Bubbles
Documentation
1
2
3
4
5
pub trait LifeCycle {
    fn handle_mount(&mut self);
    fn handle_render(&mut self);
    fn handle_unmount(&mut self);
}