Expand description
This crate provides messagepack bindings for use with protosocket.
Structsยง
- Message
Pack Serializer - A serializer that takes a
serde::SerializeT and implementsprotosocket::Serialize. You can use this with aprotosocketConnection or rpc. - Protosocket
Message Pack Decoder - A deserializer that takes a serde deserializable T and implements
protosocket::Decoder. You can use this with aprotosocketConnection or rpc.