jsonrpc-client-transports 18.0.0

Transport agnostic JSON-RPC 2.0 client implementation.
Documentation

jsonrpc-client-transports

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 8 of them enabled by default.

default

  • http
  • tls
  • ws

http

  • hyper
  • tokio/full

tls

  • hyper-tls
  • http

ws

  • websocket
  • tokio
  • futures/compat

hyper

    This feature flag does not enable additional features.

hyper-tls

    This feature flag does not enable additional features.

websocket

    This feature flag does not enable additional features.

tokio

    This feature flag does not enable additional features.

ipc

  • parity-tokio-ipc
  • jsonrpc-server-utils
  • tokio

arbitrary_precision

  • serde_json/arbitrary_precision
  • jsonrpc-core/arbitrary_precision

jsonrpc-server-utils

    This feature flag does not enable additional features.

parity-tokio-ipc

    This feature flag does not enable additional features.