[go: up one dir, main page]

vtcode-core 0.20.0

Core library for VTCode - a Rust-based terminal coding agent
Documentation
1
2
3
4
5
//! Constants used throughout the application
//!
//! This module re-exports constants from the config module.

pub use crate::config::constants::*;