Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |