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

Add actix-web v3 support #228

Merged
merged 5 commits into from
Oct 11, 2020
Merged

Add actix-web v3 support #228

merged 5 commits into from
Oct 11, 2020

Conversation

robjtede
Copy link
Contributor

@robjtede robjtede commented Oct 7, 2020

  • adds actix-web v3 support
  • retains v2 support
  • thins deps by using futures-util

.bind(("127.0.0.1", 8080))?
.run()
.await
}
Copy link
Owner

Choose a reason for hiding this comment

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

I'd love to integrate this better with the docs... either with some kind of include feature, or some ability to build code snippets like rustdoc test.

This doesn't block this PR; just an idle thought.

Copy link
Owner

Choose a reason for hiding this comment

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

@lambda-fairy
Copy link
Owner

Thanks @robjtede!

@lambda-fairy lambda-fairy merged commit 31115a6 into lambda-fairy:master Oct 11, 2020
@robjtede robjtede deleted the actix3 branch October 11, 2020 13:27
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.

2 participants