tui-lipan 0.1.0

Opinionated, component-based TUI framework for Rust - declarative components, reconciliation, layout engine, focus, overlays, and rich widgets on top of ratatui.
Documentation
1
2
3
4
5
pub(crate) mod component;
pub(crate) mod state;

pub(crate) use component::{DEVTOOLS_KEY, panel_element};
pub(crate) use state::{DevLogEntry, DevToolsState, FrameMetrics};