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
10
11
12
pub mod file_colorizer;
pub mod interactive_list;
pub mod markdown;
pub mod search;
pub mod syntax_highlight;
pub mod theme;

pub use file_colorizer::FileColorizer;

pub mod tui {
    pub use crate::tui::core_tui::*;
}