Expand description
Vector with limited len realization.
Structs§
- Panic
Buffer - Panic buffer which size cannot be bigger then max allowed payload size.
- Payload
Slice - 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.
- Runtime
Buffer - Buffer which size cannot be bigger then max allowed allocation size in runtime.