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ยง
- Static
Memory Manager - A fixed-capacity memory manager backed by
[Option<Message<P>>; DEPTH].