Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-03 | Rename askama_codegen to askama_derive | Dirkjan Ochtman | 1 | -72/+0 | |
This appears to be best practice for crates using macros 1.1. | |||||
2016-12-24 | Move impl code generator into separate module | Dirkjan Ochtman | 1 | -21/+2 | |
2016-12-24 | Move template parser into separate module | Dirkjan Ochtman | 1 | -31/+6 | |
2016-12-24 | Implement very basic template parser | Dirkjan Ochtman | 1 | -8/+46 | |
2016-12-23 | Get template from Cargo manifest-relative source | Dirkjan Ochtman | 1 | -2/+7 | |
2016-12-22 | Attempt at grabbing template source from file | Dirkjan Ochtman | 1 | -1/+43 | |