Module buffer

Module buffer 

Source
Expand description

Vector with limited len realization.

Structs§

PanicBuffer
Panic buffer which size cannot be bigger then max allowed payload size.
PayloadSlice
Wrapper for payload slice.

Constants§

MAX_PAYLOAD_SIZE
Max payload size which one message can have (8 MiB).

Type Aliases§

Payload
Payload type for message.
RuntimeBuffer
Buffer which size cannot be bigger then max allowed allocation size in runtime.