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

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

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

1 个仓库

Awesome GitHub RepositoriesLow-Level Text Formatters

Tools that convert numeric types and variables into text using standard specifier notation.

Distinct from Low Level Tools: Focuses on numeric-to-text conversion in systems programming, distinct from UI or terminal styling.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Low-Level Text Formatters. Refine with filters or upvote what's useful.

Awesome Low-Level Text Formatters GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mpaland/printfmpaland 的头像

    mpaland/printf

    2,952在 GitHub 上查看↗

    This project is a lightweight C string formatting library and low-level text formatter designed for embedded systems and bare-metal hardware environments. It provides a minimal formatting engine for converting numeric types and variables into formatted text using standard specifier notation in environments that lack a full C runtime or standard library. The library features a custom stream output utility that routes formatted text strings to user-defined callback functions. This allows for flexible output destinations and character-level writing, enabling formatted debug messages and logging

    Provides low-level conversion of numeric types and variables into formatted text using specifier notation.

    Cembeddedembedded-systemsformat
    在 GitHub 上查看↗2,952
  1. Home
  2. Operating Systems & Systems Programming
  3. Low-Level Text Formatters