https://github.com/tikv/protobuf-build
https://github.com/tikv/protobuf-build
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tikv/protobuf-build
- Owner: tikv
- Created: 2019-02-24T23:07:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T10:04:39.000Z (about 1 year ago)
- Last Synced: 2025-03-30T21:11:17.318Z (3 months ago)
- Language: Rust
- Size: 28.7 MB
- Stars: 17
- Watchers: 29
- Forks: 31
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.svgUtility 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).