| Crates.io | json-rpc2 |
| lib.rs | json-rpc2 |
| version | 0.11.1 |
| created_at | 2021-02-23 05:33:41.821971+00 |
| updated_at | 2022-03-15 04:04:10.24293+00 |
| description | Simple, robust and pragmatic JSON-RPC 2.0 implementation |
| homepage | |
| repository | https://github.com/tmpfs/json-rpc2 |
| max_upload_size | |
| id | 359318 |
| size | 42,030 |
A simple, pragmatic implementation of JSONRPC-2.0 for Rust that is transport agnostic and adheres strictly to the specification.
Nonblocking support is available using the async feature flag which requires async-trait, see the async example for usage:
cargo run --example hello-world
cargo run --example async
Dual-licensed under MIT and Apache-2.