aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/path.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify handling of file open errorsLibravatar Dirkjan Ochtman2018-07-101-4/+3
|
* Reorder items in top-down orderLibravatar Dirkjan Ochtman2018-07-101-22/+22
|
* Add complete support for multiple template dirsLibravatar mash2018-07-101-43/+63
|
* Add partial support for multiple template dirsLibravatar mash2018-07-101-0/+32
|
* 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.