//! Real-time dashboard for memory monitoring
//!//! Provides data structures and API for WASM-based browser dashboard
//! or native terminal dashboard.
pubmoddata;#[cfg(target_os ="windows")]pubmodserver;pubusedata::{DashboardData, DashboardUpdate, SystemMetrics};#[cfg(target_os ="windows")]pubuseserver::DashboardServer;