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
axum
Axum JSONRPC handlers. - pub_sub
server
Pub/Sub support. - stream
server
JSONRPC server on any streams, e.g. TCP, unix socket.
Structs
- BlockingHttpClient
blocking-client
- HttpClient
client
Attribute Macros
- rpc
macros
Using a rust trait to define RPC methods. - rpc_client
macros
Implement RPC client methods automatically.