protoc-bin-vendored

Crates.ioprotoc-bin-vendored
lib.rsprotoc-bin-vendored
version3.0.0
sourcesrc
created_at2020-04-11 23:38:53.966464
updated_at2022-02-07 05:39:51.966958
descriptionprotoc binaries compiled by Google and bundled in this crate.
homepagehttps://github.com/stepancheg/rust-protoc-bin-vendored/
repositoryhttps://github.com/stepancheg/rust-protoc-bin-vendored/
max_upload_size
id228793
size12,657
Stepan Koltsov (stepancheg)

documentation

README

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()
Commit count: 37

cargo fmt