Expand description
Specialized containers.
The storage
module provides containers for use in other modules.
The containers support both pre-allocated memory, without the std
or alloc
crates being available, and heap-allocated memory.
Structs§
- Assembler
- A buffer (re)assembler.
- Empty
- Error returned when dequeuing from an empty buffer.
- Full
- Error returned when enqueuing into a full buffer.
- Packet
Buffer - An UDP packet ring buffer.
- Packet
Metadata - Size and header of a packet.
- Ring
Buffer - A ring buffer.
Traits§
- Resettable
- A trait for setting a value to a known state.