#protobuf #prost #prost-build #build-script #generate #specification #protobuf-rust

build protobuf-build

Utility functions for generating Rust code from protobufs (using protobuf-rust or Prost)

31 releases

0.15.1 Jul 19, 2023
0.14.1 Mar 7, 2023
0.14.0 Dec 16, 2022
0.13.0 Mar 2, 2022
0.1.0 Mar 3, 2019

#317 in Encoding

Download history 2921/week @ 2024-08-01 3165/week @ 2024-08-08 2690/week @ 2024-08-15 2772/week @ 2024-08-22 2320/week @ 2024-08-29 2759/week @ 2024-09-05 2977/week @ 2024-09-12 3755/week @ 2024-09-19 3214/week @ 2024-09-26 3408/week @ 2024-10-03 3699/week @ 2024-10-10 3610/week @ 2024-10-17 5281/week @ 2024-10-24 5198/week @ 2024-10-31 4315/week @ 2024-11-07 3887/week @ 2024-11-14

19,296 downloads per month
Used in 20 crates (5 directly)

Apache-2.0

7.5MB
1K SLoC

Contains (DOS exe, 7.5MB) bin/protoc-win32.exe

protobuf-build

Crates.io Crates.io Docs.rs dependency status Build Status

Utility functions for generating Rust code from protobuf specifications.

Can use rust-protobuf and Prost.


lib.rs:

Utility functions for generating Rust code from protobuf specifications.

These functions panic liberally, they are designed to be used from build scripts, not in production.

Dependencies

~50MB
~1M SLoC