Crate rpc_it

source ·
Expand description

RPC-IT

Low-level RPC abstraction

Concepts

There are three concepts for RPC handling:

  • Send Notify
  • Send Request => Recv Response
  • Recv Request

This library is modeled after the msgpack-rpc, but in general, most RPC protocols follow similar patterns, we may adopt this to other protocols in the future. (JSON-RPC, etc…)

Usage

Re-exports

Modules

Macros

  • Create a map from a list of key-value pairs.

Structs

  • An efficient way of discarding data from a deserializer.

Attribute Macros