tarpc-example-service

Crates.iotarpc-example-service
lib.rstarpc-example-service
version0.17.0
created_at2018-10-17 19:00:48.182324+00
updated_at2025-08-10 18:15:41.341599+00
descriptionAn example server built on tarpc.
homepagehttps://github.com/google/tarpc
repositoryhttps://github.com/google/tarpc
max_upload_size
id91192
size60,727
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: 961

cargo fmt