protobuf-src 1.1.0+21.5

Build system integration for libprotobuf.
Documentation
# protobuf-src

[![crates.io](https://img.shields.io/crates/v/protobuf-src.svg)](https://crates.io/crates/protobuf-src)
[![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]

Rust build system integration with libprotobuf, the C++ implementation of
[Protocol Buffers], Google's data interchange format.

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

## Installation

```toml
# Cargo.toml
[dependencies]
protobuf-src = "1.1.0"
```

[docs]: https://docs.rs/protobuf-src/1.1.0/protobuf_src
[Protocol Buffers]: https://github.com/google/protobuf