Skip to main content

Module storage

Module storage 

Source
Expand description

Bounded-collection storage, backed by heapless::Vec (inline, no_std) or alloc::vec::Vec (heap-backed) depending on the alloc feature. Capacity N is enforced identically in both modes; only where the bytes live differs.

Type Aliasesยง

Vec
A fixed capacity Vec.