awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
c42f avatar

c42f/tinyformat

0
View on GitHub↗
561 stars·77 forks·C++·2 vues

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.

Historique des stars

Graphique de l'historique des stars pour c42f/tinyformatGraphique de l'historique des stars pour c42f/tinyformat

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Tinyformat

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Tinyformat.
  • adamyaxley/obfuscateAvatar de adamyaxley

    adamyaxley/Obfuscate

    1,307Voir sur GitHub↗

    Source available on GitHub

    C++
    Voir sur GitHub↗1,307
  • jwlodek/csplitAvatar de jwlodek

    jwlodek/csplit

    55Voir sur GitHub↗

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

    C
    Voir sur GitHub↗55
  • gingerbill/gbAvatar de gingerBill

    gingerBill/gb

    741Voir sur GitHub↗

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

    C
    Voir sur GitHub↗741
  • maxim2266/strAvatar de maxim2266

    maxim2266/str

    358Voir sur 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
    Voir sur GitHub↗358
Voir les 10 alternatives à Tinyformat→

Questions fréquentes

Que fait 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:

Quelles sont les fonctionnalités principales de c42f/tinyformat ?

Les fonctionnalités principales de c42f/tinyformat sont : String Processing.

Quelles sont les alternatives open-source à c42f/tinyformat ?

Les alternatives open-source à c42f/tinyformat incluent : 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…