//! Platform detection utilities for the entire application.
//!
//! This module provides functions to detect the current system's platform
//! characteristics (architecture, OS, libc type) which are used throughout
//! the application for platform-specific behavior.
// Re-export modules
// Internal modules
// Re-export detection functions
pub use ;
// Re-export constants
pub use ;