protoc 2.28.0

Protobuf protoc command as API
Documentation
1
2
3
4
5
6
7
8
9
10
11
<!-- cargo-sync-readme start -->

# API to invoke `protoc` command programmatically

API to invoke `protoc` command using API (e. g. from `build.rs`).

Note that to generate `rust` code from `.proto`,
[protoc-rust](https://docs.rs/protoc-rust) crate can be used,
which does not require `protoc-gen-rust` present in `$PATH`.

<!-- cargo-sync-readme end -->