ratatui-kit 0.10.2

A framework for building interactive terminal user interfaces with ratatui
Documentation
1
2
3
4
5
6
7
8
9
mod drawer;
mod updater;
pub use drawer::ComponentDrawer;
pub use updater::ComponentUpdater;
pub mod layout_style;
pub mod tree;

#[cfg(test)]
mod harness;