barco-pulse-rs 0.1.6

Rust client for Barco Pulse projector JSON-RPC API
Documentation
1
2
3
4
5
6
7
8
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
pub struct Property {
    pub property: String,
    pub description: String,
    pub access: String,
    pub get: JsonRpcPayload,
    pub set: Option<JsonRpcPayload>,
}