tarpc 0.24.1

An RPC framework for Rust with a focus on ease of use.
Documentation

tarpc

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 9 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

serde-transport

  • serde1
  • tokio1
  • tokio-serde/json
  • tokio-util/codec

full

  • serde1
  • tokio1
  • serde-transport
  • tcp

serde1

  • tarpc-plugins/serde1
  • serde
  • serde/derive

tokio1

  • tokio/rt-multi-thread

tcp

  • tokio/net

tokio-serde

    This feature flag does not enable additional features.

tokio-util

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.