//! Production memory profiling and metrics.
//!
//! This module provides lightweight memory usage tracking for production
//! deployments. It enables detection of memory issues without requiring
//! external profiling tools.
//!
//! # Feature Flag
//!
//! This module is only available when the `monitoring` feature is enabled.
pub
pub
pub
pub
pub use ;
pub use MemoryMetricsCollector;
pub use MemorySnapshot;