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

feat(router): Reexport axum type without server feature #1755

Closed tottoto closed 1 week ago

tottoto commented 1 week ago

Reexports axum's types without server feature. When using the axum router, there seems not need to use the transport server implementation, so I think it would be appropriate to reexport them in the same place as the tonic routes.