mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
10 lines
364 B
Markdown
10 lines
364 B
Markdown
|
## 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)
|