myst-client 0.1.4

A client library for the Myst network
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("proto/myst.proto")?;
    Ok(())
}