Skip to main content

Crate otelite_tui

Crate otelite_tui 

Source
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§

api
app
config
events
state
ui

Functions§

run_tui
Run the TUI application with the given configuration.