# protobuf-sys
[](https://crates.io/crates/protobuf-sys)
[](https://github.com/MaterializeInc/rust-protobuf-native/actions?query=workflow%3ACI+branch%3Amaster)
[][docs]
Low-level bindings to libprotobuf, the C++ implementation of [Protocol Buffers],
Google's data interchange format.
**[View documentation.][docs]**
## Installation
```toml
# Cargo.toml
[dependencies]
protobuf-sys = "0.2.0"
```
[docs]: https://docs.rs/protobuf-sys/0.2.0/protobuf_sys
[Protocol Buffers]: https://github.com/google/protobuf