You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
The code in grpc-rust/protoc-rust-grpc/Readme.md seems out of date:
fnmain(){
protoc_rust_grpc::run(protoc_rust_grpc::Args{out_dir:"src",includes:&["proto"],input:&["proto/aaa.proto","proto/bbb.proto"],rust_protobuf:true,// also generate protobuf messages, not just services
..Default::default()}).expect("protoc-rust-grpc");}
The code in grpc-rust/protoc-rust-grpc/Readme.md seems out of date: