Module capnp::serialize_packed

source ·
Expand description

Reading and writing of messages using the packed stream encoding.

Functions

Reads a packed message from a stream using the provided options.
Like read_message(), but returns None instead of an error if there are zero bytes left in read.
Writes a packed message to a stream.