Module capnp::message

source ·
Expand description

Untyped root container for a Cap’n Proto value.

Structs

A container used to build a message.
A container used to read a message.
Options controlling how data is read.
An array of segments.
A message reader whose value is known to be of type T.

Enums

Constants

Traits

An object that allocates memory for a Cap’n Proto message as it is being built.
An object that manages the buffers underlying a Cap’n Proto message reader.