1
2
3
4
5
6
7
8
//! gRPC
//! provides client and server implementations for gRPC

#[macro_use]
pub mod macros;
pub mod api;
pub mod client;
pub mod server;