Lines Matching refs:rust
3 This crate contains protobuf code generator and a `protoc-gen-rust` `protoc` plugin.
5 ## protoc-gen-rust
7 `protoc-gen-rust` implements standard protobuf `protoc` plugin conventions.
11 * [protoc-rust crate](https://github.com/stepancheg/rust-protobuf/tree/master/protoc-rust)
13 which requires only `protoc` in `$PATH` but not `protoc-gen-rust`.
14 * [protobuf-codegen-pure crate](https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-co…
15 which behaves like protoc-rust, but does not depend on `protoc` binary
20 [protoc crate](https://github.com/stepancheg/rust-protobuf/tree/master/protoc/))
36 Protobuf is needed only for code generation, `rust-protobuf` runtime
39 1) Install `protoc-gen-rust` program (which is `protoc` plugin)
43 2) Add `protoc-gen-rust` to $PATH