[][src]Module kompact::helpers

Functions

deserialise_msg

Extracts a MsgEnvelope from the provided buffer according to the format above.

serialise_msg

Serializes the provided actor paths and message into a new BytesMut

serialise_to_recv_envelope

Creates a new ReceiveEnvelope from the provided fields, allocating a new BytesMut according to the message's size hint. The message's serialized data is stored in this buffer.