From 2dfe54f2edef3322024c9305928a4a4ac18c7a84 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Mon, 18 Nov 2013 00:12:57 -0800 Subject: [PATCH] Add a README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..94ff66d --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## Overview + +This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++). + +It uses a modified version of protoc called protoc-c to generate message and service descriptors. + +## Build Status + +[![Build Status](https://travis-ci.org/protobuf-c/protobuf-c.png?branch=master)](https://travis-ci.org/protobuf-c/protobuf-c)