Crate rmp_rpc [] [src]

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

Structs

Client

Represent a TCP msgpack-rpc client.

Integer

Represents a MessagePack integer, whether signed or unsigned.

Utf8String

Represents an UTF-8 MessagePack string type.

Enums

Message

Represent a msgpack-rpc message as described in the specifications

Value

Represents any valid MessagePack value.

Functions

serve

Start a msgpack-RPC server and block until the server finishes.