//! # netrunner (GUI)
//!
//! A Zed **GPUI**-powered desktop front-end for netrunner. All network logic
//! lives in [`netrunner_core`]; this crate renders live download/upload
//! bandwidth charts while a speed test runs.
//!
//! - [`engine`] — bridges the Tokio-based core engine to GPUI's executor
//! - [`app`] — application state and progress-event handling
//! - [`view`] — the GPUI render implementation (charts, metrics)
//! - [`theme`] — the cyberpunk colour palette
pub use SpeedApp;