| Crates.io | tarpc-example-service |
| lib.rs | tarpc-example-service |
| version | 0.17.0 |
| created_at | 2018-10-17 19:00:48.182324+00 |
| updated_at | 2025-08-10 18:15:41.341599+00 |
| description | An example server built on tarpc. |
| homepage | https://github.com/google/tarpc |
| repository | https://github.com/google/tarpc |
| max_upload_size | |
| id | 91192 |
| size | 60,727 |
Example service to demonstrate how to set up tarpc with Jaeger using OTLP. To see traces Jaeger, run the following with RUST_LOG=trace.
cargo run --bin server -- --port 50051
cargo run --bin client -- --server-addr "[::1]:50051" --name "Bob"