Crate mesh_rpc

Source
Expand description

gRPC-style client and server implementation.

This provides gRPC and ttrpc servers and clients that interop well with mesh channels, allowing gRPC to be easily used with a mesh-based application.

Currently, the server supports the gRPC and ttrpc protocols, while the client only supports the ttrpc protocol.

Re-exports§

pub use client::Client;
pub use server::Server;

Modules§

client
TTRPC client.
server
TTRPC server.
service
Protobuf service support for mesh types.