Expand description

This module implements JSON-RPC over standard IO. It uses tokio for async IO, and jsonrpc_core for the JSON-RPC part.

Structs

  • Client 🔒
    A handle to a connected client you can use to send requests.
  • The other side of the channels. Only used as a handle to be passed into run_with_client().

Enums

Statics

Functions