aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename parse() method to macro_map()Libravatar Dirkjan Ochtman2017-09-261-1/+1
* Improve code compactnessLibravatar Dirkjan Ochtman2017-09-261-5/+2
* Add support for importing template files with macros (#51)Libravatar larros2017-09-261-1/+42
* Extract generator::State type to clarify structureLibravatar Dirkjan Ochtman2017-09-051-1/+1
* Move TemplateInput and related code into separate moduleLibravatar Dirkjan Ochtman2017-09-051-104/+3
* Create new TemplateInput abstractionLibravatar Dirkjan Ochtman2017-09-051-13/+27
* Create better abstraction around TemplateMeta typeLibravatar Dirkjan Ochtman2017-09-051-48/+48
* Pass AST to code generator as referenceLibravatar Dirkjan Ochtman2017-09-051-1/+1
* Move tightly coupled code from derive to shared crateLibravatar Dirkjan Ochtman2017-09-051-2/+111
* Escape all strings with character entities by default (fixes #23)Libravatar Dirkjan Ochtman2017-09-041-0/+1
* Move escaping algorithm into a separate moduleLibravatar Dirkjan Ochtman2017-09-041-0/+1
* Export Error typeLibravatar Anthony Nowell2017-08-291-1/+1
* Move most of the code into new askama_shared crateLibravatar Dirkjan Ochtman2017-08-271-0/+29