Registry / utility / tinyformat

tinyformat

JSON →
library2.3.0vcpkgunverified

A minimal type-safe printf() replacement for C++.

vcpkg install tinyformat
INSTALL
IMPORT
SIG · TINYFORMAT
T
tinyformat
utilitycppv2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tinyformat.h
✓ #include <tinyformat.h>

Format a string with type-safe printf-style syntax

#include <tinyformat.h> #include <iostream> int main() { std::string s = tfm::format("Hello %s, answer = %d", "world", 42); std::cout << s << '\n'; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

tinyformat — pip install tinyformat · libregistry