hyperium / tonic

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

Place `StatusExt` and `RpcStatusExt` into separate files. #1662

Open gibbz00 opened 6 months ago

gibbz00 commented 6 months ago

Also does some minor module imports cleanup.

The goal was to make room for a CodeExt trait.