fmt

[full]

Formatting C++ library used as alternative to (s)printf and iostreams

{fmt} is an open-source formatting library that provides a safe replacement for the printf family of functions. Errors in format strings, which are a common source of vulnerabilities in C, are reported at compile time. Formatting of most standard types, including all containers, dates, and times is supported out-of-the-box. Also, {fmt} provides portable Unicode support on major operating systems with UTF-8 and char strings.

Usage

To use fmt in your project, add the following configurations to the respective files after you have gained access to a build2 package repository that contains it.

... More
license MIT
project fmt
url fmt.dev/
src-url github.com/fmtlib/fmt/
1 Version
version 12.1.0
repository https://pkg.cppget.org/1/queue/testing
depends 0