Expand description
Vector with limited len realization.
Structs§
- Limited
Vec - Limited len vector.
Tis data type.Eis overflow error type.Nis max len which a vector can have. - Panic
Buffer - Panic buffer which size cannot be bigger then max allowed payload size.
- Payload
Size Error - Payload size exceed error
- Payload
Slice - Wrapper for payload slice.
- Runtime
Buffer Size Error - Runtime buffer size exceed error
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.