awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
c42f avatar

c42f/tinyformat

0
View on GitHub↗
561 Stars·77 Forks·C++·2 Aufrufe

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-Verlauf

Star-Verlauf für c42f/tinyformatStar-Verlauf für c42f/tinyformat

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Tinyformat

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Tinyformat.
  • adamyaxley/obfuscateAvatar von adamyaxley

    adamyaxley/Obfuscate

    1,307Auf GitHub ansehen↗

    Source available on GitHub

    C++
    Auf GitHub ansehen↗1,307
  • jwlodek/csplitAvatar von jwlodek

    jwlodek/csplit

    55Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗55
  • gingerbill/gbAvatar von gingerBill

    gingerBill/gb

    741Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗741
  • maxim2266/strAvatar von maxim2266

    maxim2266/str

    358Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗358
Alle 10 Alternativen zu Tinyformat anzeigen→

Häufig gestellte Fragen

Was macht c42f/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:

Was sind die Hauptfunktionen von c42f/tinyformat?

Die Hauptfunktionen von c42f/tinyformat sind: String Processing.

Welche Open-Source-Alternativen gibt es zu c42f/tinyformat?

Open-Source-Alternativen zu c42f/tinyformat sind unter anderem: 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…