[][src]Crate jsonrpc

Rust JSON-RPC Library

Rust support for the JSON-RPC 2.0 protocol.

Re-exports

pub extern crate serde_json;
pub use error::Error;

Modules

client

Client support

error

Error handling

Structs

Request

A JSONRPC request object

Response

A JSONRPC response object