alternative formatting library for C and C++
fmt is an open-source formatting library providing a fast and safe
alternative to C stdio and C++ iostreams.

Features include:

- Simple format API with positional arguments for localization Format

- string syntax similar to Python's format

- Safe printf implementation including POSIX extensions for positional
 arguments

- Fast IEEE 754 floating-point formatter with correct rounding,
  shortness and round-trip guarantees

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/fmtlib/fmt
