Module smoltcp::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

A buffer (re)assembler.
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.