MiniJinja: Learnings from Building a Template Engine in Rust

from blog Armin Ronacher's Thoughts and Writings, | ↗ original
Given that I can't stop creating template engines, I figured I might write a bit about my learnings of creating MiniJinja which is an implementation of my Jinja2 template engine for Rust. Disclaimer: this post might be a bit more technical. There is a good chance you have come across Jinja2 templates before as they became quite common place in...