30 stable releases
3.1.0 | Sep 30, 2024 |
---|---|
3.0.0 | Feb 7, 2022 |
3.0.0-alpha.2 | Nov 1, 2021 |
2.27.3 | Feb 6, 2022 |
2.16.2 | Jul 6, 2020 |
#82 in Encoding
68,033 downloads per month
Used in 80 crates
(34 directly)
29MB
404 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()