Add a README

This commit is contained in:
Ilya Lipnitskiy 2013-11-18 00:12:57 -08:00
parent fce41f255e
commit 2dfe54f2ed

9
README.md Normal file
View File

@ -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)