//! Unified platform detection and capabilities module
//!
//! This module provides a centralized platform detection system that consolidates
//! all hardware capability detection across the QuantRS2 framework.
use OnceLock;
pub use *;
pub use *;
static PLATFORM_CAPS: = new;
/// Get the cached platform capabilities
/// Initialize platform detection (can be called multiple times safely)