fmt
« Back to VersTracker
Description:
Open-source formatting library for C++
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: c++ library formatting developer-tools cpp
Install: brew install fmt
About:
Fmt is a modern, open-source formatting library for C++ that provides a fast and safe alternative to C's printf. It offers a clean API for text formatting with compile-time checks, extensive customization options, and high performance. The library serves as the foundation for std::format in C++20.
Key Features:
  • Fast and type-safe formatting
  • Compile-time format string checks
  • Extensive customization options
  • Lightweight with no dependencies
  • Standardized as C++20 std::format
Use Cases:
  • String formatting in C++ applications
  • Logging and debugging output
  • Data serialization and reporting
  • Template-based text generation
Alternatives:
  • iostreams – More verbose and less performant than fmt
  • boost::format – Heavier dependency with slower runtime performance
Version History
Detected Version Rev Change Commit
Jan 12, 2025 6:51pm 0 VERSION_BUMP a0dfddae
Jan 12, 2025 4:55pm 0 VERSION_BUMP a33d1acf
Dec 27, 2024 10:35pm 0 VERSION_BUMP 28c63ed5