Module capnp::message[][src]

Expand description

Untyped root container for a Cap’n Proto value.

Structs

A container used to build a message.

Standard segment allocator. Allocates each segment via alloc::alloc::alloc_zeroed().

A container used to read a message.

Options controlling how data is read.

An Allocator whose first segment is a backed by a user-provided buffer.

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.