vtcode-core 0.104.1

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
4
5
pub mod format;
pub mod lint;

pub use format::FormatConfig;
pub use lint::{LintConfig, LintSeverity};