csi-webclient 0.2.1

Desktop egui client for csi-webserver REST/WebSocket control and CSI stream monitoring
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../docs/CRATE_DOCS.md")]

pub mod app;
pub mod core;
pub mod export;
pub mod profile;
pub mod state;
pub mod ui;