Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 730 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 730 Bytes

protobuf-sys

crates.io CI Rust Documentation

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

View documentation.

Installation

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