Expand description
§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.
Re-exports§
pub use app::SpeedApp;
Modules§
- app
- Application state and update logic for the GPUI desktop app.
- engine
- Bridges the async, Tokio-based
netrunner_coreengine to GPUI. - theme
- Cyberpunk colour palette for the GPUI desktop app, mirroring the TUI theme.
- view
- GPUI rendering for the netrunner desktop app.