ocpp-csms-server-sdk 0.1.24

A workspace for the OCPP CSMS server
Documentation
1
2
3
4
5
6
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::configure()
        .compile_protos(&["proto/api_service.proto"], &["proto"])
        .unwrap();
    Ok(())
}