#protoc #download #binary #protobuf #installing #binaries #google

build protoc-bin-vendored

protoc binaries compiled by Google and bundled in this crate

29 stable releases

3.0.0 Feb 7, 2022
3.0.0-alpha.2 Nov 1, 2021
2.27.3 Feb 6, 2022
2.25.2 Oct 24, 2021
2.16.2 Jul 6, 2020

#117 in Encoding

Download history 13801/week @ 2024-03-14 13250/week @ 2024-03-21 14810/week @ 2024-03-28 15046/week @ 2024-04-04 14440/week @ 2024-04-11 14748/week @ 2024-04-18 14492/week @ 2024-04-25 13221/week @ 2024-05-02 14715/week @ 2024-05-09 14871/week @ 2024-05-16 15906/week @ 2024-05-23 17935/week @ 2024-05-30 13335/week @ 2024-06-06 14725/week @ 2024-06-13 14929/week @ 2024-06-20 9747/week @ 2024-06-27

55,689 downloads per month
Used in 63 crates (26 directly)

MIT license

12MB
367 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