carllerche / tower-web

A fast, boilerplate free, web framework for Rust
MIT License
981 stars 51 forks source link

Migrate to tower-service 0.2 #221

Open kornholi opened 4 years ago

kornholi commented 4 years ago

...while we wait for 0.3. Mostly mechanical changes so I probably missed something.

Thoughts @lnicola @carllerche?

kornholi commented 4 years ago

Rebased.

@hawkw - sorry to tag you out of nowhere, but as I was working through this I ran into your branch with essentially the same changes. Would you mind taking a quick look?

lnicola commented 3 years ago

Hi, and sorry for the long silence on this. As you can tell, tower-web hasn't really been maintained lately. I guess you've moved on, but I would suggest using axum (recent, based on hyper, no proc macros), warp, rocket, actix-web, or any other of the popular web frameworks instead.