protobuf-native

crates.io CI Rust Documentation

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

View documentation.

Installation

```toml

Cargo.toml

[dependencies] protobuf-native = "0.1.0+3.19.1" ```