14 breaking releases

0.16.1 Mar 27, 2025
0.16.0 Oct 27, 2024
0.15.0 Apr 3, 2023
0.14.0 Mar 24, 2023
0.1.0 Oct 17, 2018

#2741 in Asynchronous

MIT license

265KB
5.5K SLoC

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"

Dependencies

~14–24MB
~309K SLoC