protobuf-sys 0.2.0+26.1

Low-level bindings to libprotobuf.
Documentation
# protobuf-sys

[![crates.io](https://img.shields.io/crates/v/protobuf-sys.svg)](https://crates.io/crates/protobuf-sys)
[![CI](https://github.com/MaterializeInc/rust-protobuf-native/workflows/CI/badge.svg)](https://github.com/MaterializeInc/rust-protobuf-native/actions?query=workflow%3ACI+branch%3Amaster)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)][docs]

Low-level bindings to libprotobuf, the C++ implementation of [Protocol Buffers],
Google's data interchange format.

**[View documentation.][docs]**

## Installation

```toml
# Cargo.toml
[dependencies]
protobuf-sys = "0.2.0"
```

[docs]: https://docs.rs/protobuf-sys/0.2.0/protobuf_sys
[Protocol Buffers]: https://github.com/google/protobuf