Crate jsonrpc_utils
source ·Expand description
Alternative pub/sub, server, client and macros for jsonrpc-core.
Re-exports
pub extern crate jsonrpc_core;pub extern crate serde_json;
Modules
- axum_utils
axumAxum JSONRPC handlers. - pub_sub
serverPub/Sub support. - stream
serverJSONRPC server on any streams, e.g. TCP, unix socket. 
Structs
- BlockingHttpClient
blocking-client - HttpClient
client 
Attribute Macros
- rpc
macrosUsing a rust trait to define RPC methods. - rpc_client
macrosImplement RPC client methods automatically.