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
  • simple_httpsimple_http
    This module implements a minimal and non standard conforming HTTP 1.0 round-tripper that works with the bitcoind RPC server. This can be used if minimal dependencies are a goal and synchronous communication is ok.
  • simple_tcpsimple_tcp
    This module implements a synchronous transport over a raw TcpListener. Note that it does not handle TCP over Unix Domain Sockets, see simple_uds for this.
  • simple_udssimple_uds and non-Windows
    This module implements a synchronous transport over a raw TcpListener.

Structs

Functions