Expand description
Fixed-capacity formatting buffer for no-alloc contexts.
Authors: MarioS271
Structsยง
- FmtBuffer
- Stack-allocated, fixed-size [
core::fmt::Write] buffer for no-alloc contexts (interrupt handlers, panic path). Writes beyond capacityNare silently dropped.