csi-webclient 0.1.0

Desktop egui client for csi-webserver REST/WebSocket control and CSI stream monitoring
Documentation
1
2
3
4
5
6
7
8
9
//! UI rendering modules.
//!
//! These modules follow the dumb-UI rule: they only render widgets,
//! mutate in-memory state, and queue intents. They do not perform side effects.

pub mod config;
pub mod control;
pub mod dashboard;
pub mod stream;