ghostscope-ui 0.1.1

Terminal user interface that streams GhostScope traces with async input handling.
Documentation
1
2
3
4
5
6
7
8
9
pub mod emoji;
pub mod strings;
pub mod symbols;
pub mod themes;

pub use emoji::EmojiConfig;
pub use strings::UIStrings;
pub use symbols::UISymbols;
pub use themes::UIThemes;