#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

#95 in Encoding

Download history 9409/week @ 2023-12-16 5152/week @ 2023-12-23 7593/week @ 2023-12-30 9044/week @ 2024-01-06 13958/week @ 2024-01-13 11651/week @ 2024-01-20 9165/week @ 2024-01-27 10643/week @ 2024-02-03 10639/week @ 2024-02-10 11205/week @ 2024-02-17 13811/week @ 2024-02-24 12125/week @ 2024-03-02 14572/week @ 2024-03-09 12497/week @ 2024-03-16 14625/week @ 2024-03-23 12250/week @ 2024-03-30

55,640 downloads per month
Used in 51 crates (23 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