Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly set resolver at the workspace level | 2023-08-25 | 1 | -0/+1 | |
| | |||||
* | Extract askama_parser crate | 2023-07-31 | 1 | -0/+2 | |
| | |||||
* | Implement basic hyper integration | 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 | 2022-06-08 | 1 | -2/+0 | |
| | |||||
* | Move askama_mendes integration into Askama repo (#561) | 2021-12-01 | 1 | -0/+1 | |
| | |||||
* | Add Axum integration | 2021-11-27 | 1 | -0/+1 | |
| | |||||
* | Remove the askama_iron integration | 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 | 2020-07-14 | 1 | -0/+1 | |
| | |||||
* | Add support for warp | 2020-01-29 | 1 | -0/+2 | |
| | |||||
* | Move Iron integration into a separate askama_iron crate | 2020-01-29 | 1 | -0/+1 | |
| | |||||
* | Move Gotham integration into separate askama_gotham crate | 2020-01-29 | 1 | -0/+1 | |
| | |||||
* | Move Rocket integration into askama_rocket crate | 2020-01-29 | 1 | -0/+1 | |
| | |||||
* | Move Actix-Web integration into separate askama_actix crate | 2020-01-29 | 1 | -1/+15 | |
| | |||||
* | Create askama_escape crate | 2018-11-07 | 1 | -1/+1 | |
| | |||||
* | Move most of the code into new askama_shared crate | 2017-08-27 | 1 | -1/+1 | |
| | | | | This makes it possible to share code between askama and askama_derive. | ||||
* | Rename askama_test to testing | 2017-01-03 | 1 | -1/+1 | |
| | |||||
* | Rename askama_codegen to askama_derive | 2017-01-03 | 1 | -1/+1 | |
| | | | | This appears to be best practice for crates using macros 1.1. | ||||
* | Initial stab at macros 1.1 | 2016-12-22 | 1 | -0/+2 | |