Expand description
Otelite TUI Library
This library provides the core functionality for the Otelite Terminal User Interface, including state management, API client, and UI components.
Re-exports§
pub use app::run;pub use app::App;pub use app::View;pub use config::Config;pub use events::poll_event;pub use events::AppEvent;
Modules§
Functions§
- run_tui
- Run the TUI application with the given configuration.