volo-grpc 0.12.2

gRPC framework implementation of volo.
Documentation
1
2
3
4
5
6
//! Used to make underlying connection to other endpoints.

mod client;
mod connect;

pub use client::ClientTransport;