Module htrpc::msgpack [] [src]

MessagePack serialize/deserialize function.

This module can be used as the value of the serde(with) attribute (i.e., #[serde(with = "htrpc::msgpack")]).

Functions

deserialize

Deserializes a MessagePack binary.

serialize

Serializes the value as a MessagePack binary.