Expand description
Core support code for code generated by pw_format
macros
The contents of this crate are primarily used by code which is generated
by macros using pw_format
.
Traitsยง
- Printf
Formatter - Trait used to produce printf style format strings for untyped format specifiers.
- Printf
HexFormatter - Trait used to produce printf style format strings for hex formatted untyped format specifiers.
- Printf
Upper HexFormatter - Trait used to produce printf style format strings for upper case hex formatted untyped format specifiers.