1//! VX - Universal Development Tool Manager 2//! 3//! This is the root library crate that re-exports the main CLI functionality 4//! and provides integration test support. 5 6pub use vx_cli::*;