An open API service indexing awesome lists of open source software.

https://github.com/tikv/protobuf-build


https://github.com/tikv/protobuf-build

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# protobuf-build

[![Crates.io][cr-svg]][cr-url]
[![Crates.io][cv-svg]][cr-url]
[![Docs.rs][dv-svg]][dv-url]
[![dependency status][dep-svg]][dep-rs]
[![Build Status][tv-svg]][tv-url]

[cr-svg]: https://img.shields.io/crates/d/protobuf-build.svg
[cr-url]: https://crates.io/crates/protobuf-build
[cv-svg]: https://img.shields.io/crates/v/protobuf-build.svg
[dv-svg]: https://docs.rs/protobuf-build/badge.svg
[dv-url]: https://docs.rs/protobuf-build
[tv-svg]: https://travis-ci.org/tikv/protobuf-build.svg?branch=master
[tv-url]: https://travis-ci.org/tikv/protobuf-build
[dep-rs]: https://deps.rs/repo/github/tikv/protobuf-build
[dep-svg]: https://deps.rs/repo/github/tikv/protobuf-build/status.svg

Utility functions for generating Rust code from protobuf specifications.

Can use [rust-protobuf](https://github.com/stepancheg/rust-protobuf) and
[Prost](https://github.com/danburkert/prost).