tokio-jsonrpc 0.3.0

An implementation of JSON RPC 2.0 for tokio
Documentation
• Provide logging
• Consider making the client and the futures it returs Send (or only when asked for it?)
• Inactivity timeout for the server
• Provide constructors for the endpoint taking the connection directly, not Framed
• Batches on the client side
• Some high-level description how it works, on the docs front page.