-
protobuf-codegen
rust-protobuf 的代码生成器。包括可以程序调用的库(例如从
build.rs
)和protoc-gen-rust
二进制。 -
protoc
将 Protobuf protoc 命令作为 API 使用
-
protobuf-codegen3
rust-protobuf 的代码生成器。包括库和
protoc-gen-rust
二进制。参见protoc-rust
和protobuf-codegen-pure
包 -
protobuf-codegen-no-elision
rust-protobuf 的代码生成器。包括库和
protoc-gen-rust
二进制。参见protoc-rust
和protobuf-codegen-pure
包 -
nrc-protobuf-codegen
rust-protobuf 的代码生成器。包括库和
protoc-gen-rust
二进制。参见protoc-rust
和protobuf-codegen-pure
包。是 https://github.com/stepancheg/rust-protobuf/ 的一个分支 -
protoc-rust-grpc
将 protoc --rust-grpc_out=... 作为 API 提供。protoc 需要在 $PATH 中,protoc-gen-rust-grpc 不需要。
-
protoc-rust-no-elision
将 protoc --rust_out=... 作为 API 提供。protoc 需要在 $PATH 中,protoc-gen-run 不需要。
尝试使用 DuckDuckGo 进行搜索。