Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 753 Bytes

File metadata and controls

21 lines (15 loc) · 753 Bytes

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

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