vtcode-ui 0.125.1

Unified UI crate for VT Code: design system, theme registry, and TUI framework
Documentation
1
2
3
4
5
6
7
8
9
pub mod ansi_capabilities;
pub mod ansi_parser;
pub mod cached_style_parser;
pub mod diff;
pub mod diff_styles;
pub mod transcript;
pub mod tty;

pub use cached_style_parser::CachedStyleParser;