Skip to main content

Module static_manager

Module static_manager 

Source
Expand description

Fixed-capacity, no_std, no_alloc memory manager.

Feature checked-memory-manager-refs enables per-slot runtime borrow-state checking and guard types that increment/decrement the borrow counter.

Default (no feature): plain references are returned: zero-cost for MCU.

Structsยง

StaticMemoryManager
A fixed-capacity memory manager backed by [Option<Message<P>>; DEPTH].