//! Validation logic for project initialization
//!
//! Provides validation functions for project paths.
use ;
use Path;
/// Check if a directory already exists
///
/// # Arguments
///
/// * `path` - Path to check
///
/// # Returns
///
/// Ok(()) if path doesn't exist, Err if it exists