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

Traits

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