tarpc-example-service

Crates.iotarpc-example-service
lib.rstarpc-example-service
version0.16.0
sourcesrc
created_at2018-10-17 19:00:48.182324
updated_at2024-10-27 01:48:44.655724
descriptionAn example server built on tarpc.
homepagehttps://github.com/google/tarpc
repositoryhttps://github.com/google/tarpc
max_upload_size
id91192
size50,546
Workers (github:cloudflare:workers)

documentation

https://docs.rs/tarpc-example-service

README

Example

Example service to demonstrate how to set up tarpc with Jaeger using OTLP. To see traces Jaeger, run the following with RUST_LOG=trace.

Server

cargo run --bin server -- --port 50051

Client

cargo run --bin client -- --server-addr "[::1]:50051" --name "Bob"
Commit count: 953

cargo fmt