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§
- Blocking
Http Client ( client
orblocking-client
) andblocking-client
- Http
Client ( client
orblocking-client
) andclient
Attribute Macros§
- rpc
macros
- Using a rust trait to define RPC methods.
- rpc_
client macros
- Implement RPC client methods automatically.