monaco-grpc-sdk 0.6.3-develop.4e50762

Typed Rust gRPC client SDK for the Monaco Exchange API — generated from Protocol Buffer definitions
Documentation
1
2
3
4
5
6
7
8
9
10
//! Monaco Exchange gRPC SDK
//!
//! Generated from Protocol Buffer definitions. Run `make sdk-gen` from the repo
//! root to regenerate the code in `src/gen/` after proto changes.

// Generated tonic code contains empty doc comments (`///`) that trigger this lint.
#![allow(clippy::empty_docs)]

pub mod gen;
pub use gen::monaco;