Module strymon_communication::message [] [src]

Reference-counted buffer for multi-part messages.

Structs

MessageBuf

A MessageBuf represents a contiguous buffer of MessagePack encoded objects. It can be used as a multi-part message to allow partial deserialization. Partial messages can be inserted using the push method and are read in first-in, first-out order by the pop method.