aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/lib.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-29Export Error typeLibravatar Anthony Nowell1-1/+1
2017-08-27Move most of the code into new askama_shared crateLibravatar Dirkjan Ochtman1-0/+29
This makes it possible to share code between askama and askama_derive.