| Crates.io | protoc-bin-vendored |
| lib.rs | protoc-bin-vendored |
| version | 3.2.0 |
| created_at | 2020-04-11 23:38:53.966464+00 |
| updated_at | 2025-07-21 04:37:11.529296+00 |
| description | protoc binaries compiled by Google and bundled in this crate. |
| homepage | https://github.com/stepancheg/rust-protoc-bin-vendored/ |
| repository | https://github.com/stepancheg/rust-protoc-bin-vendored/ |
| max_upload_size | |
| id | 228793 |
| size | 14,279 |
protoc binary downloaded and stored inside the crate.
Can be used to avoid downloading and installing protoc binary.
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()