[][src]Module smoltcp::storage

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.

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.