hyperium / tonic

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

Remove warp examples #1708

Closed alexrudy closed 1 month ago

alexrudy commented 1 month ago

Warp is much less popular than Axum today - 30,000 downloads/day on crates.io vs Axum's 200,000/day, as a rough quantiative measure.

As well, warp does not yet have compatiblity with hyper-1.0, though there is some work ongoing (seanmonstar/warp#1088).

When warp adds compatibility with hyper 1.0, these examples can be restored.

djc commented 1 month ago

@tisonkun we all want it, no need to keep piling on.

djc commented 1 month ago

Thanks!