vtcode-tui 0.98.3

Reusable TUI primitives and session API for VT Code-style terminal interfaces
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::core_tui::*;
}