MiniJinja
MiniJinja is a powerful but minimal dependency template engine for Rust which is based on the syntax and behavior of the Jinja2 template engine for Python.
It's implemented on top of serde and only has a single dependency. It supports
a range of features from Jinja2 including inheritance, filters and more.
use Environment;
use Serialize;