btui 0.6.12

make simple beautiful text user interfaces with btui
Documentation
1
2
3
4
/// trait for a widget
pub trait Widget {
    fn render(&self) -> String;
}