1 2 3 4 5 6
//! gRPC //! provides client and server implementations for gRPC #[macro_use] pub mod macros; pub mod server;