1//! Real-time monitoring 2 3#[cfg(target_os = "windows")] 4pub mod realtime; 5#[cfg(target_os = "windows")] 6pub mod dashboard;