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§
- A buffer (re)assembler.
- Error returned when dequeuing from an empty buffer.
- Error returned when enqueuing into a full buffer.
- An UDP packet ring buffer.
- Size and header of a packet.
- A ring buffer.
Traits§
- A trait for setting a value to a known state.