#protobuf #protoc #binary #download #proto #google #binaries

build protoc-bin-vendored

protoc binaries compiled by Google and bundled in this crate

30 stable releases

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

#82 in Encoding

Download history 17385/week @ 2024-07-20 18754/week @ 2024-07-27 15047/week @ 2024-08-03 14624/week @ 2024-08-10 15308/week @ 2024-08-17 18041/week @ 2024-08-24 15962/week @ 2024-08-31 17733/week @ 2024-09-07 16968/week @ 2024-09-14 15781/week @ 2024-09-21 18617/week @ 2024-09-28 16134/week @ 2024-10-05 15861/week @ 2024-10-12 17494/week @ 2024-10-19 16011/week @ 2024-10-26 15671/week @ 2024-11-02

68,033 downloads per month
Used in 80 crates (34 directly)

MIT license

29MB
404 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()

lib.rs:

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