index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_shared
/
src
/
path.rs
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move get_template_source() into askama_derive
Dirkjan Ochtman
2018-07-11
1
-29
/
+0
|
*
Move find_template_from_path() into Config
Dirkjan Ochtman
2018-07-11
1
-65
/
+4
|
*
Fix formatting with cargo fmt
Dirkjan Ochtman
2018-07-11
1
-2
/
+8
|
*
Revert to using assert_eq!() for path tests
Dirkjan Ochtman
2018-07-11
1
-3
/
+13
|
*
Simplify get_template_source() by using fs::read_to_string()
Dirkjan Ochtman
2018-07-10
1
-11
/
+8
|
*
Use Config type for build script helper
Dirkjan Ochtman
2018-07-10
1
-4
/
+0
|
*
Move Config struct to askama_shared crate root
Dirkjan Ochtman
2018-07-10
1
-37
/
+3
|
*
Rename Config::from_file() to Config::new()
Dirkjan Ochtman
2018-07-10
1
-3
/
+3
|
*
Simplify find_template_from_path() to use Config directly
Dirkjan Ochtman
2018-07-10
1
-12
/
+9
|
*
Stop searching for templates used as relative roots
Dirkjan Ochtman
2018-07-10
1
-13
/
+12
|
*
Get template sources directly from absolute paths
Dirkjan Ochtman
2018-07-10
1
-22
/
+15
|
*
Simplify code to read configuration
Dirkjan Ochtman
2018-07-10
1
-29
/
+16
|
*
Simplify handling of file open errors
Dirkjan Ochtman
2018-07-10
1
-4
/
+3
|
*
Reorder items in top-down order
Dirkjan Ochtman
2018-07-10
1
-22
/
+22
|
*
Add complete support for multiple template dirs
mash
2018-07-10
1
-43
/
+63
|
*
Add partial support for multiple template dirs
mash
2018-07-10
1
-0
/
+32
|
*
Fix formatting with cargo fmt
Dirkjan Ochtman
2018-06-21
1
-3
/
+7
|
*
Improve error message when template is not found
Dirkjan Ochtman
2018-04-09
1
-1
/
+1
|
*
Apply suggestions from rustfmt to improve style
Dirkjan Ochtman
2017-11-21
1
-2
/
+1
|
*
Code cleanups as suggested by Clippy
Dirkjan Ochtman
2017-09-06
1
-2
/
+2
|
*
Move most of the code into new askama_shared crate
Dirkjan Ochtman
2017-08-27
1
-0
/
+85
This makes it possible to share code between askama and askama_derive.