Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Advertise Discord channel instead of Gitter | Dirkjan Ochtman | 2023-10-03 | 1 | -1/+1 |
| | |||||
* | Implement basic hyper integration | René Kijewski | 2022-07-25 | 1 | -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`. |