Crate pw_format_core

Source
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ยง

PrintfFormatter
Trait used to produce printf style format strings for untyped format specifiers.
PrintfHexFormatter
Trait used to produce printf style format strings for hex formatted untyped format specifiers.
PrintfUpperHexFormatter
Trait used to produce printf style format strings for upper case hex formatted untyped format specifiers.