Skip to main content

muxio_tokio_rpc_client/
lib.rs

1mod rpc_client;
2pub use rpc_client::RpcClient;
3
4// Re-expose for simplicity
5pub use muxio_rpc_service_caller::{
6    RpcServiceCallerInterface, RpcTransportState, prebuffered::RpcCallPrebuffered,
7};