ghostscope-ui 0.1.1

Terminal user interface that streams GhostScope traces with async input handling.
Documentation
1
2
3
4
5
6
7
pub mod app_state;
pub mod panel_state;
pub mod ui_state;

pub use app_state::AppState;
pub use panel_state::{CommandPanelState, EbpfPanelState, SourcePanelState};
pub use ui_state::{FocusState, LayoutState, UIState};