Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add MSRV checking in CI | Dirkjan Ochtman | 2023-09-29 | 1 | -1/+1 |
| | | | | Bump MSRV to 1.65 for the use of let .. else. | ||||
* | Bump versions for Askama 0.12 (#784) | Dirkjan Ochtman | 2023-03-03 | 1 | -1/+1 |
| | |||||
* | Apply clippy suggestions for 1.67 (#769) | Dirkjan Ochtman | 2023-01-30 | 1 | -1/+2 |
| | |||||
* | Implement basic hyper integration | René Kijewski | 2022-07-25 | 1 | -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`. |