1. Home
  2. Browse
  3. fmt

fmt

v9.0.0#0Go to latest

Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.

Install

Run the following Vcpkg command to install the port.

vcpkg install fmt

Usage

The package fmt provides CMake targets:

find_package(fmt CONFIG REQUIRED)
target_link_libraries(main PRIVATE fmt::fmt)
# Or use the header-only version
find_package(fmt CONFIG REQUIRED)
target_link_libraries(main PRIVATE fmt::fmt-header-only)

Dependencies

See source

Version

v9.0.0#0

Publication

Supports

All

GitHub

fmtlib/fmt22K

Homepage

github.com/fmtlib/fmt

Subtree

e2a71489b1

License

Complex license

Definition

Manifest