occams-rpc 0.3.0

razor-rpc is a modular, pluggable RPC for high throughput scenario, supports various runtimes, with a low-level streaming interface, and high-level remote API call interface.
Documentation
1
2
3
4
5
6
7
pub use razor_rpc_macros::{method, service, service_mux_struct};
pub use razor_stream::server::{RpcServer, ServerConfig, ServerDefault};

pub mod dispatch;
mod service;
pub use service::*;
pub mod task;