Crate rmp_rpc [] [src]

This crate provides facilities to use the MessagePack remote procedure call system (MessagePack-RPC) in Rust.

Modules

msgpack

Re-exports from rmpv

Structs

Protocol

The MessagePack-RPC transport protocol. See the tokio_proto documentation

Server

A MessagePack-RPC server. It calls a dispatcher to answer requests.

Traits

Dispatch

A dispatcher that performs the calls on the server.