[][src]Module raio::messaging::chunk

Structs

Chunk

A Chunk is a part of a Message, with a fixed capacity. In the same sense as a Message can be written to and can be read from, a Chunk can, using write and read. In the same sense a Chunk can be packed and unpacked, encoding its actual size following the bolt protocol.