format_to
fmt::string that you often immediately throw away — append it to
memory_buffer
fmt::memory_buffer is the container fmt itself uses internally to build formatted output — a small
Color and styles
Terminal color is a formatting concern, and fmt handles it with the same type-safe API used
Unicode
fmt treats char-based strings as UTF-8. That's the right default for nearly every modern codebase,