protoc-bin-vendored

Crates.ioprotoc-bin-vendored
lib.rsprotoc-bin-vendored
version
sourcesrc
created_at2020-04-11 23:38:53.966464
updated_at2024-09-30 00:44:38.679129
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
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 41

cargo fmt