aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/path.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-06-211-3/+7
|
* Improve error message when template is not foundLibravatar Dirkjan Ochtman2018-04-091-1/+1
|
* Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman2017-11-211-2/+1
|
* Code cleanups as suggested by ClippyLibravatar Dirkjan Ochtman2017-09-061-2/+2
|
* Move most of the code into new askama_shared crateLibravatar Dirkjan Ochtman2017-08-271-0/+85
This makes it possible to share code between askama and askama_derive.