rpc_adapter 0.1.12

English: RPC adapter for unified request handling / 中文: 统一请求处理的RPC适配器
Documentation
1
2
3
4
#[cfg(feature = "volo-grpc")]
pub mod grpc;
#[cfg(feature = "volo-http")]
pub mod http;