| Crates.io | protoc |
| lib.rs | protoc |
| version | 2.28.0 |
| created_at | 2017-06-12 09:31:33.979084+00 |
| updated_at | 2022-09-26 00:52:41.155266+00 |
| description | Protobuf protoc command as API |
| homepage | https://github.com/stepancheg/rust-protobuf/tree/master/protoc/ |
| repository | https://github.com/stepancheg/rust-protobuf/tree/master/protoc/ |
| max_upload_size | |
| id | 18690 |
| size | 14,752 |
protoc command programmaticallyAPI to invoke protoc command using API (e. g. from build.rs).
Note that to generate rust code from .proto,
protoc-rust crate can be used,
which does not require protoc-gen-rust present in $PATH.