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_utilsaxum
Axum JSONRPC handlers.
pub_subserver
Pub/Sub support.
streamserver
JSONRPC server on any streams, e.g. TCP, unix socket.

Structs§

BlockingHttpClient(client or blocking-client) and blocking-client
HttpClient(client or blocking-client) and client

Attribute Macros§

rpcmacros
Using a rust trait to define RPC methods.
rpc_clientmacros
Implement RPC client methods automatically.