carllerche / tower-web

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

Drop impl_web #194

Open lnicola opened 5 years ago

lnicola commented 5 years ago

I'm not sure if the stable macros are flexible enough to be able to dispense with impl_web!, but it should probably be tracked somewhere.

carllerche commented 5 years ago

This definitely should happen in the next breaking change.

lnicola commented 5 years ago

Do you know how hard it is to implement this?

carllerche commented 5 years ago

Not that hard, but not a one line change

StevenDoesStuffs commented 5 years ago

Approximately when will this be?

elpiel commented 5 years ago

@carllerche can you give a bit more details about this and how can it be implemented?