//! Storage media detection and adaptive configuration
//!//! Automatically detects storage media type (SSD vs HDD) and configures
//! optimal page sizes and I/O strategies for improved performance.
pubmodadaptive_page;pubmodmedia_detector;pubuseadaptive_page::{AdaptivePageManager, PageConfig};pubusemedia_detector::{MediaDetector, MediaType};