remoc 0.10.0

🦑 Remote multiplexed objects, channels, observable collections and RPC making remote interactions seamless. Provides multiple remote channels and RPC over TCP, TLS or any other transport.
Documentation

remoc

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

default

  • full
  • default-codec-json

full

  • serde
  • rch
  • rfn
  • robj
  • robs
  • rtc

default-codec-json

  • codec-json
  • default-codec-set

serde

    This feature flag does not enable additional features.

rch

  • async-trait
  • serde
  • tokio-util/codec
  • tokio/io-util

rfn

  • rch

robj

  • rch

robs

  • rch

rtc

  • rch
  • remoc_macro
  • async-trait

codec-json

  • serde_json

default-codec-set

    This feature flag does not enable additional features.

async-trait

    This feature flag does not enable additional features.

remoc_macro

    This feature flag does not enable additional features.

serde_json

    This feature flag does not enable additional features.

full-codecs

  • codec-bincode
  • codec-cbor
  • codec-ciborium
  • codec-json
  • codec-message-pack

default-codec-cbor

  • codec-cbor
  • default-codec-set

default-codec-bincode

  • codec-bincode
  • default-codec-set

default-codec-message-pack

  • codec-message-pack
  • default-codec-set

default-codec-ciborium

  • codec-ciborium
  • default-codec-set

codec-ciborium

  • ciborium

codec-cbor

  • serde_cbor

codec-bincode

  • bincode

codec-message-pack

  • rmp-serde

serde_cbor

    This feature flag does not enable additional features.

rmp-serde

    This feature flag does not enable additional features.

ciborium

    This feature flag does not enable additional features.

bincode

    This feature flag does not enable additional features.