xand-api-proto 49.0.0

Protobuf definitions for the Xand API
Documentation
1
2
3
4
5
6
#![forbid(unsafe_code)]

fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("./xand-api.proto")?;
    Ok(())
}