Crate jsonrpc

source ·
Expand description

Rust JSON-RPC Library

Rust support for the JSON-RPC 2.0 protocol.

Re-exports

Modules

  • Client support
  • Error handling
  • HTTP transport modules.
  • simple_tcpsimple_tcp
    This module implements a synchronous transport over a raw std::net::TcpListener. Note that it does not handle TCP over Unix Domain Sockets, see simple_uds for this.

Structs

Functions