From 3a95d4c2a09c497a99f498d669ff80aaa363adc5 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 22 Aug 2014 13:55:42 +0430 Subject: [PATCH] protobuf-c --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49aa6a2..6de2b82 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [FlatBuffers](https://github.com/google/flatbuffers) - A Memory efficient serialization library. [Apache2] * [MessagePack](https://github.com/msgpack/msgpack-c) - Efficient binary serialization format "like JSON" for C/C++. [Apache2] [website](http://msgpack.org/) * [protobuf](http://code.google.com/p/protobuf/) - Protocol Buffers - Google's data interchange format. [BSD] +* [protobuf-c](https://github.com/protobuf-c/protobuf-c) - Protocol Buffers implementation in C. [BSD] * [SimpleBinaryEncoding](https://github.com/real-logic/simple-binary-encoding) - encoding and decoding application messages in binary format for low-latency applications. [Apache2] ## Video