hyperium / tonic

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

chore(router): Remove wrapper type for axum router #1746

Closed tottoto closed 1 week ago

tottoto commented 2 weeks ago

This can be implemented by using tower's map_request.

djc commented 1 week ago

Nice!