This is an implementation of the JSON RPC 2.0 protocol for tokio. It can handle some of the more niche features, like batches and an endpoint being both the server and the client at the same time.
This is work in progress, most of the functionality is still missing and the API of what exists is likely to change.
Currently it contains the lower-level parts, parsing the messages and sending anwers. A small example how to use these can be found in the echo params program.
The API documentation can be found here.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.