Skip to content

netsaj/rust-example-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rust example grpc

basic example for implement grpc service using rust lang and external proto

proto repository

the proto files is alocated in another repository and is imported how a git dependency.

install dependencies

$ cargo build

run test

$ cargo test

run server

$ cargo run --bin main

run client

$ cargo run --bin client

Authors

About

rust grpc service example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages