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

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

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

1 个仓库

Awesome GitHub RepositoriesGeneration Options

Configurable parameters such as field types and maximum sizes that influence the output of a source generator.

Distinct from Source Code Generators: Focuses on the configuration of the generation process rather than the implementation of the generator itself.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Generation Options. Refine with filters or upvote what's useful.

Awesome Generation Options GitHub Repositories

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

    nanopb/nanopb

    5,437在 GitHub 上查看↗

    Nanopb is a lightweight C implementation of Protocol Buffers designed for resource-constrained systems and microcontrollers. It functions as both an embedded serialization library for encoding and decoding structured data and a code generator that transforms definition files into compact C source and header files. The project is distinguished by its focus on static memory allocation, using fixed maximum sizes for strings and arrays to avoid dynamic memory allocation and heap fragmentation. It employs a callback-based streaming mechanism to process messages or fields that exceed available phys

    Allows specification of field types, packing options, and maximum sizes to control how definitions are converted into code.

    C
    在 GitHub 上查看↗5,437
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Generators
  4. Generation Options