Skip to main content

Crate zero_tui

Crate zero_tui 

Source
Expand description

ratatui application — shell, status bar, prompt, conversation, live-stream pane, and the widget library.

The application owns nothing business-logical; it is a renderer over EngineState and a dispatcher to zero-commands.

Re-exports§

pub use app::ActiveOverlay;
pub use app::App;
pub use app::AppError;
pub use app::AppExit;
pub use app::AppState;
pub use app::Mode;
pub use theme::Theme;

Modules§

app
App module — event loop, state, input dispatch, render.
layout
Responsive layout per spec §4.4.
theme
Theme — phosphor / mono / high-contrast.
widgets
Widget library.