Module storage

Source
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.
PacketBuffer
An UDP packet ring buffer.
PacketMetadata
Size and header of a packet.
RingBuffer
A ring buffer.

Traits§

Resettable
A trait for setting a value to a known state.