json-rpc2

Crates.iojson-rpc2
lib.rsjson-rpc2
version0.11.1
sourcesrc
created_at2021-02-23 05:33:41.821971
updated_at2022-03-15 04:04:10.24293
descriptionSimple, robust and pragmatic JSON-RPC 2.0 implementation
homepage
repositoryhttps://github.com/tmpfs/json-rpc2
max_upload_size
id359318
size42,030
muji (tmpfs)

documentation

README

JSON-RPC

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.

Commit count: 53

cargo fmt