A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small binary footprint.
fmt does not support fill (because of performance). For the same reason + code bloat I suggest not using the format syntax for this but make it somehow possible to pass this directly to the formatter as extra option.
E.g. (never tested, just a 5 minute brainstorming idea):
fmt does this through extra replacement fields inside the format syntax:
fmt does not support fill (because of performance). For the same reason + code bloat I suggest not using the format syntax for this but make it somehow possible to pass this directly to the formatter as extra option.
E.g. (never tested, just a 5 minute brainstorming idea):