ashiba 0.1.0

tui framework, based on tui-rs
Documentation
1
2
3
4
5
6
7
8
pub mod app;
pub mod controller;
pub mod event;
pub mod view;
pub mod component;
pub use tui;
pub use crossterm;
pub use unicode_width;