awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
c42f avatar

c42f/tinyformat

0
View on GitHub↗
561 stars·77 forks·C++·15 views

Tinyformat

tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s", s) to just work regardless of the type of s, tinyformat might be for you. Design goals include:

Features

  • String Processing - Typesafe printf.

Star history

Star history chart for c42f/tinyformatStar history chart for c42f/tinyformat

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Tinyformat

These projects share indexed features with Tinyformat. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • adamyaxley/obfuscateadamyaxley avatar

    adamyaxley/Obfuscate

    1,307View on GitHub↗

    Source available on GitHub

    C++
    View on GitHub↗1,307
  • jwlodek/csplitjwlodek avatar

    jwlodek/csplit

    55View on GitHub↗

    A single header C library that can be used to easily handle splitting strings and other string operations in C.

    C
    View on GitHub↗55
  • gingerbill/gbgingerBill avatar

    gingerBill/gb

    741View on GitHub↗

    gb single-file public domain libraries for C & C++

    C
    View on GitHub↗741
  • maxim2266/strmaxim2266 avatar

    maxim2266/str

    358View on GitHub↗

    Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1 branch. The differences between v1 and v2 are summarised here.

    C
    View on GitHub↗358
Compare all 10 related projects→

Frequently asked questions

What does c42f/tinyformat do?

tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s", s) to just work regardless of the type of s, tinyformat might be for you. Design goals include:

What are the main features of c42f/tinyformat?

The main features of c42f/tinyformat are: String Processing.

Which projects share features with c42f/tinyformat?

Projects with overlapping indexed features include: wooorm/levenshtein.c — Vladimir Levenshtein’s edit distance algorithm [1][wiki] as a C library. There’s also a CLI: [levenshtein(1)][cli],… gingerbill/gb — gb single-file public domain libraries for C & C++. jwlodek/csplit — A single header C library that can be used to easily handle splitting strings and other string operations in C. adamyaxley/obfuscate — Source available on GitHub. maxim2266/str — Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1… mikejsavage/ggformat — ggformat is a liberally licensed string formatting library for C++ that supports user defined types and sub-second…