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