aboutsummaryrefslogtreecommitdiffstats
path: root/askama_hyper/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Advertise Discord channel instead of GitterLibravatar Dirkjan Ochtman2023-10-031-1/+1
|
* Implement basic hyper integrationLibravatar René Kijewski2022-07-251-0/+9
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`.