The {fmt} formatting library and the C++ text formatting and output facility (C++20 `std::format` and C++23 `std::print`).
{fmt} is an open source formatting library for c++. It is similar in functionality to boost-format and sprintf
. The c++20 formatting facility defined in the <format>
header is based on it and provides a subset of {fmt}'s functionality.