#protoc #binary #protobuf #bundled #google #distributed #packs

build protoc-bin-vendored

protoc binaries compiled by Google and bundled in this crate

31 stable releases

3.2.0 Jul 21, 2025
3.1.0 Sep 30, 2024
3.0.0 Feb 7, 2022
3.0.0-alpha.2 Nov 1, 2021
2.16.2 Jul 6, 2020

#9 in #bundled

Download history 39105/week @ 2026-03-03 241314/week @ 2026-03-10 277107/week @ 2026-03-17 287860/week @ 2026-03-24 259825/week @ 2026-03-31 308161/week @ 2026-04-07 285912/week @ 2026-04-14 308693/week @ 2026-04-21 326001/week @ 2026-04-28 398703/week @ 2026-05-05 467121/week @ 2026-05-12 426855/week @ 2026-05-19 453615/week @ 2026-05-26 419313/week @ 2026-06-02

1,840,583 downloads per month
Used in 475 crates (175 directly)

MIT license

12MB
232 lines

protoc binary downloaded and stored inside the crate.

Can be used to avoid downloading and installing protoc binary.

Example

protoc_bin_vendored::protoc_bin_path().unwrap()

returns a path to a protoc binary packaged into the crate.

Crate also packs .proto files distributed with protobuf:

protoc_bin_vendored::include_path().unwrap()

Dependencies