protoc

Crates.ioprotoc
lib.rsprotoc
version2.28.0
created_at2017-06-12 09:31:33.979084+00
updated_at2022-09-26 00:52:41.155266+00
descriptionProtobuf protoc command as API
homepagehttps://github.com/stepancheg/rust-protobuf/tree/master/protoc/
repositoryhttps://github.com/stepancheg/rust-protobuf/tree/master/protoc/
max_upload_size
id18690
size14,752
Stepan Koltsov (stepancheg)

documentation

README

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 crate can be used, which does not require protoc-gen-rust present in $PATH.

Commit count: 3242

cargo fmt