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: Make boxed function public #1754

Open tottoto opened 1 week ago

tottoto commented 1 week ago

Providing the way to create body gives greater flexibility. This change eliminates the need to use axum's features in the case of h2c example.