14 breaking releases
0.16.0 | Oct 27, 2024 |
---|---|
0.15.0 | Apr 3, 2023 |
0.14.0 | Mar 24, 2023 |
0.13.0 | Nov 3, 2022 |
0.1.0 | Oct 17, 2018 |
#12 in #server-port
759 downloads per month
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
~13–24MB
~308K SLoC