aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/path.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify find_template_from_path() to use Config directlyLibravatar Dirkjan Ochtman2018-07-101-12/+9
|
* Stop searching for templates used as relative rootsLibravatar Dirkjan Ochtman2018-07-101-13/+12
|
* Get template sources directly from absolute pathsLibravatar Dirkjan Ochtman2018-07-101-22/+15
|
* Simplify code to read configurationLibravatar Dirkjan Ochtman2018-07-101-29/+16
|
* 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.