protoc binary downloaded and stored inside the crate.
Can be used to avoid downloading and installing protoc binary.
Example
protoc_bin_path.unwrap
returns a path to a protoc binary packaged into the crate.
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.