//! Analysis and reporting
//!//! This module handles performance analysis, HTML dashboard generation,
//! and structured logging for the application.
pubmoddashboard;pubmodlogging;pubmodperformance;// Re-export commonly used items
pubusedashboard::{DashboardData, HtmlDashboard};pubuseperformance::PerformanceProfiler;