carllerche / tower-web

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

Generic resource impl #143

Closed carllerche closed 6 years ago

carllerche commented 6 years ago

The impl_web macro did not generate correct output when the target resource type included generics.

This patch adds support for generics.

Fixes #141