Crate rmp_rpc [] [src]

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

Modules

client

This module provides a MessagePack-RPC asynchronous client.

server

Building blocks for building MessagePack-RPC servers.

Structs

Integer

Represents a MessagePack integer, whether signed or unsigned.

Utf8String

Represents an UTF-8 MessagePack string type.

Enums

Value

Represents any valid MessagePack value.