Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `_ext` from `askama_hyper`, too | René Kijewski | 2022-09-26 | 1 | -3/+3 |
| | | | | | That part was missing from #632, because #632 came before #706, and I forgot to update the older PR. | ||||
* | Implement basic hyper integration | René Kijewski | 2022-07-25 | 1 | -0/+29 |
The integration is based on askama_gotham. There is no specific trait to convert an arbitrary T to `hyper::Response`, so I used `From<Template> for hyper::Response`. |