Skip to content

tekjar/grpc-try

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-try

protoc notification.proto --go_out=plugins=grpc:.
protoc --rust_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_rust_plugin` notification.proto

TROUBLESOOT:

Make sure package names match between rust and go proto files or else you face this

rpc error: code = Unimplemented desc =

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published