Crate protoc[][src]

Expand description

API to invoke protoc command.

protoc command must be in $PATH, along with protoc-gen-LANG command.

Note that to generate rust code from .proto files, protoc-rust crate can be used, which does not require protoc-gen-rust present in $PATH.

Structs

Protoc --descriptor_set_out... args

Protoc command.

protoc --lang_out=... ... command builder and spawner.

Protobuf (protoc) version.