Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warp examples #1708

Merged
merged 1 commit into from
May 26, 2024
Merged

Remove warp examples #1708

merged 1 commit into from
May 26, 2024

Conversation

alexrudy
Copy link
Contributor

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.

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.
@alexrudy alexrudy mentioned this pull request May 26, 2024
17 tasks
Copy link
Contributor

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for helping drive this progress.

I'm waiting for the final blocker at tonic to bump all our HTTP stack to hyper-1.0 ... It's now blocked by we defining middleware for both tonic-web and axum so we cannot bump axum along and let tonic use the 0.6 version.

@djc
Copy link
Collaborator

djc commented May 26, 2024

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

@djc djc added this pull request to the merge queue May 26, 2024
@djc
Copy link
Collaborator

djc commented May 26, 2024

Thanks!

Merged via the queue into hyperium:master with commit eccb3f5 May 26, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants