protobuf-native 0.3.2+26.1

A high-level, safe API for libprotobuf.
Documentation
# protobuf-native

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

A high-level, safe API for libprotobuf, the C++ implementation of [Protocol
Buffers], Google's data interchange format.

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

## Installation

```toml
# Cargo.toml
[dependencies]
protobuf-native = "0.3.2"
```

[docs]: https://docs.rs/protobuf-native/0.3.2/protobuf_native
[Protocol Buffers]: https://github.com/google/protobuf