csi-webclient 0.1.4

Desktop egui client for csi-webserver REST/WebSocket control and CSI stream monitoring
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 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 detail;
pub mod devices;
pub mod selector;
pub mod stream;