Module smoltcp::storage [] [src]

Specialized containers.

The storage module provides containers for use in other modules. The containers support both pre-allocated memory, without the std and collections crates being available, and heap-allocated memory.

Structs

Assembler

A buffer (re)assembler.

RingBuffer

A ring buffer.

Traits

Resettable

A trait for setting a value to a known state.