aboutsummaryrefslogtreecommitdiffstats
path: root/askama_hyper/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement basic hyper integrationLibravatar René Kijewski2022-07-251-0/+33
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`.