Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-07-14 | askama tide | Jacob Rothstein | 1 | -0/+1 | |
2020-01-29 | Add support for warp | Bjørn Madsen | 1 | -0/+2 | |
2020-01-29 | Move Iron integration into a separate askama_iron crate | Dirkjan Ochtman | 1 | -0/+1 | |
2020-01-29 | Move Gotham integration into separate askama_gotham crate | Dirkjan Ochtman | 1 | -0/+1 | |
2020-01-29 | Move Rocket integration into askama_rocket crate | Dirkjan Ochtman | 1 | -0/+1 | |
2020-01-29 | Move Actix-Web integration into separate askama_actix crate | Dirkjan Ochtman | 1 | -1/+15 | |
2018-11-07 | Create askama_escape crate | bott | 1 | -1/+1 | |
2017-08-27 | Move most of the code into new askama_shared crate | Dirkjan Ochtman | 1 | -1/+1 | |
This makes it possible to share code between askama and askama_derive. | |||||
2017-01-03 | Rename askama_test to testing | Dirkjan Ochtman | 1 | -1/+1 | |
2017-01-03 | Rename askama_codegen to askama_derive | Dirkjan Ochtman | 1 | -1/+1 | |
This appears to be best practice for crates using macros 1.1. |