json-rpc2 0.3.0

Simple, robust and pragmatic JSON-RPC 2.0 implementation
Documentation
# JSON-RPC

A simple, pragmatic implementation of [JSONRPC-2.0][] for [Rust][] that is transport agnostic and adheres strictly to the [specification][].

Dual-licensed under MIT and Apache-2.

[JSONRPC-2.0]: https://www.jsonrpc.org
[specification]: https://www.jsonrpc.org/specification
[Rust]: https://www.rust-lang.org/