//! Utility modules for vdev
//!
//! This module provides various utilities organized by functionality:
//! - `paths`: Path operations and repository root detection
//! - `cargo`: Cargo.toml parsing and version management
//! - `git`: Git operations
//! - `command`: Command execution helpers
//! - `config`: Configuration management
//! - `environment`: Environment utilities
//! - `features`: Feature detection and management
//! - `macros`: Utility macros
//! - `platform`: Platform-specific utilities
use ;
/// Check if stdout is connected to a TTY
pub static IS_A_TTY: = new;