Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Rust gRPC Client Example

This example demonstrates a simple gRPC client in Rust that connects to the stream server.

Prerequisites

  • Rust
  • Cargo

Running the client

To build and run the client, execute:

cargo run

This will also compile the necessary protobuf definitions.