jsonrpc-utils 0.5.0

Alternative pub/sub and server implementations for jsonrpc-core
Documentation
1
2
3
4
5
6
7
8
9
10
11
Alternative pub/sub, server and client implementations for jsonrpc-core.

And alternative proc-macros for implementing JSONRPC server or client.

# Examples

- [HTTP, WebSocket and TCP server]examples/server.rs
- [Broadcast]examples/broadcast.rs
- [Server with Macro]examples/server-macros.rs
- [Client with Macro]examples/client.rs
- [OpenRPC]examples/openrpc.rs