Skip to main content

Module fmt_buffer

Module fmt_buffer 

Source
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 capacity N are silently dropped.