hyperium / tonic

A native gRPC client & server implementation with async/await support.
https://docs.rs/tonic
MIT License
9.8k stars 998 forks source link

chore: Use t macro instead of reimplementing #1722

Closed tottoto closed 3 months ago

tottoto commented 3 months ago

Motivation

Reduces duplicated codes.

Solution

Uses t! macro.