Module htrpc::msgpack

source ·
Expand description

MessagePack serialize/deserialize function.

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

Functions