barco-pulse-rs 0.1.6

Rust client for Barco Pulse projector JSON-RPC API
Documentation
1
2
3
4
5
6
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
pub struct Method {
    pub method: String,
    pub description: String,
    pub request: JsonRpcPayload,
}