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

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

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

protobuf-c/protobuf-c

0
View on GitHub↗
2,973 星标·768 分支·C++·3 次浏览

Protobuf C

Protocol Buffers implementation in C

Features

  • Serialization - Protocol Buffers implementation specifically for C.
  • 序列化库 - Implementation of Google Protocol Buffers for C.
  • 构建系统 - A C implementation of Google's Protocol Buffers.
  • Embedded Software Libraries - Protocol buffers implementation for C.
  • Embedded Utility Libraries - Protocol Buffers implementation for C-based systems.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star 历史

protobuf-c/protobuf-c 的 Star 历史图表protobuf-c/protobuf-c 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Protobuf C 的开源替代方案

相似的开源项目,按与 Protobuf C 的功能重合度排序。
  • benhoyt/inihbenhoyt 的头像

    benhoyt/inih

    3,007在 GitHub 上查看↗

    Simple .INI file parser in C, good for embedded systems

    C++cconfigparserembedded-systems
    在 GitHub 上查看↗3,007
  • camgunz/cmpcamgunz 的头像

    camgunz/cmp

    367在 GitHub 上查看↗

    An implementation of the MessagePack serialization format in C / msgpack.orgC

    C
    在 GitHub 上查看↗367
  • armink/easyloggerarmink 的头像

    armink/EasyLogger

    4,641在 GitHub 上查看↗

    EasyLogger is a lightweight C/C++ logging library and asynchronous framework designed for embedded systems, IoT devices, and wearables. It functions as a resource-efficient logger and flash memory manager, providing tools for low-level debugging and system event recording with minimal ROM and RAM requirements. The project distinguishes itself through an asynchronous logging model that buffers messages to a separate thread, preventing logging operations from blocking real-time application execution. It includes a specialized flash memory manager that utilizes circular buffering to persist logs

    C
    在 GitHub 上查看↗4,641
  • jmckaskill/c-capnprotojmckaskill 的头像

    jmckaskill/c-capnproto

    69在 GitHub 上查看↗

    C library/compiler for the Cap'n Proto serialization/RPC protocol

    C++
    在 GitHub 上查看↗69
查看 Protobuf C 的所有 30 个替代方案→

常见问题解答

protobuf-c/protobuf-c 是做什么的?

Protocol Buffers implementation in C

protobuf-c/protobuf-c 的主要功能有哪些?

protobuf-c/protobuf-c 的主要功能包括:Serialization, 序列化库, 构建系统, Embedded Software Libraries, Embedded Utility Libraries, Windows Environments。

protobuf-c/protobuf-c 有哪些开源替代品?

protobuf-c/protobuf-c 的开源替代品包括: camgunz/cmp — An implementation of the MessagePack serialization format in C / msgpack.org[C]. ludocode/mpack — MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]. armink/easylogger — EasyLogger is a lightweight C/C++ logging library and asynchronous framework designed for embedded systems, IoT… benhoyt/inih — Simple .INI file parser in C, good for embedded systems. jmckaskill/c-capnproto — C library/compiler for the Cap'n Proto serialization/RPC protocol. throwtheswitch/unity — Unity is a lightweight unit testing framework for C, providing the assertion library, test runner, and reporting…