ghostscope-ui 0.1.1

Terminal user interface that streams GhostScope traces with async input handling.
Documentation
1
2
3
4
5
6
pub mod output;
pub mod panel;
pub mod renderer;

pub use panel::EbpfPanelHandler;
pub use renderer::EbpfPanelRenderer;