awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
c42f avatar

c42f/tinyformat

0
View on GitHub↗
561 星标·77 分支·C++·3 次浏览

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 历史

c42f/tinyformat 的 Star 历史图表c42f/tinyformat 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

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:

c42f/tinyformat 的主要功能有哪些?

c42f/tinyformat 的主要功能包括:String Processing。

c42f/tinyformat 有哪些开源替代品?

c42f/tinyformat 的开源替代品包括: 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…

Tinyformat 的开源替代方案

相似的开源项目,按与 Tinyformat 的功能重合度排序。
  • adamyaxley/obfuscateadamyaxley 的头像

    adamyaxley/Obfuscate

    1,307在 GitHub 上查看↗

    Source available on GitHub

    C++
    在 GitHub 上查看↗1,307
  • jwlodek/csplitjwlodek 的头像

    jwlodek/csplit

    55在 GitHub 上查看↗

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

    C
    在 GitHub 上查看↗55
  • gingerbill/gbgingerBill 的头像

    gingerBill/gb

    741在 GitHub 上查看↗

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

    C
    在 GitHub 上查看↗741
  • maxim2266/strmaxim2266 的头像

    maxim2266/str

    358在 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
    在 GitHub 上查看↗358
查看 Tinyformat 的所有 10 个替代方案→