Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add poem integrationHEADmain | cel 🌸 | 2024-01-24 | 1 | -0/+1 |
| | |||||
* | Explicitly set resolver at the workspace level | Dirkjan Ochtman | 2023-08-25 | 1 | -0/+1 |
| | |||||
* | Extract askama_parser crate | Dirkjan Ochtman | 2023-07-31 | 1 | -0/+2 |
| | |||||
* | Implement basic hyper integration | René Kijewski | 2022-07-25 | 1 | -0/+1 |
| | | | | | | | 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`. | ||||
* | Merge askama_derive into askama | René Kijewski | 2022-06-08 | 1 | -2/+0 |
| | |||||
* | Move askama_mendes integration into Askama repo (#561) | Dirkjan Ochtman | 2021-12-01 | 1 | -0/+1 |
| | |||||
* | Add Axum integration | Michael Alyn Miller | 2021-11-27 | 1 | -0/+1 |
| | |||||
* | Remove the askama_iron integration | Dirkjan Ochtman | 2021-08-05 | 1 | -1/+0 |
| | | | | | | | This web framework seems not to have been updated for quite a while, and its current version appears to depend on vulnerable crates. Remove it for now. If someone wants to fix up Iron upstream and reinstate this, I'd be happy to review your PR. | ||||
* | askama tide | Jacob Rothstein | 2020-07-14 | 1 | -0/+1 |
| | |||||
* | Add support for warp | Bjørn Madsen | 2020-01-29 | 1 | -0/+2 |
| | |||||
* | Move Iron integration into a separate askama_iron crate | Dirkjan Ochtman | 2020-01-29 | 1 | -0/+1 |
| | |||||
* | Move Gotham integration into separate askama_gotham crate | Dirkjan Ochtman | 2020-01-29 | 1 | -0/+1 |
| | |||||
* | Move Rocket integration into askama_rocket crate | Dirkjan Ochtman | 2020-01-29 | 1 | -0/+1 |
| | |||||
* | Move Actix-Web integration into separate askama_actix crate | Dirkjan Ochtman | 2020-01-29 | 1 | -1/+15 |
| | |||||
* | Create askama_escape crate | bott | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | Move most of the code into new askama_shared crate | Dirkjan Ochtman | 2017-08-27 | 1 | -1/+1 |
| | | | | This makes it possible to share code between askama and askama_derive. | ||||
* | Rename askama_test to testing | Dirkjan Ochtman | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | Rename askama_codegen to askama_derive | Dirkjan Ochtman | 2017-01-03 | 1 | -1/+1 |
| | | | | This appears to be best practice for crates using macros 1.1. | ||||
* | Initial stab at macros 1.1 | Dirkjan Ochtman | 2016-12-22 | 1 | -0/+2 |