ocpp-client 0.1.19

OCPP Client Implementation. Use this library to implement an OCPP charge point
Documentation
1
2
3
4
5
use serde::{Deserialize, Serialize};
use serde_json::Value;

#[derive(Debug, Clone, Deserialize, Serialize)]
pub struct RawOcpp1_6Result(pub u64, pub String, pub Value);