muxio_wasm_rpc_client/
lib.rs

1mod rpc_wasm_client;
2pub use rpc_wasm_client::*;
3
4pub mod static_lib;
5
6// Re-expose for simplicity
7pub use muxio_rpc_service_caller::{
8    RpcServiceCallerInterface, RpcTransportState, prebuffered::RpcCallPrebuffered,
9};