carllerche / tower-web

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

Increase max variants from 3 to 12 #170

Closed kornholi closed 5 years ago

kornholi commented 5 years ago

Quick improvement for #106. I tried to find a more general solution, but it seems to need quite a bit of refactoring.

Is there a reason to not bump this up? gen-tuple is already generating all of these variants.

carllerche commented 5 years ago

Thanks for this.

It is mostly a question of compilation time 👍