rinja-rs / rinja

A template rendering engine based on Jinja, generating type-safe Rust code at compile time.
https://rinja.readthedocs.io
Apache License 2.0
28 stars 4 forks source link

Add a `render_with_values` method? #48

Open GuillaumeGomez opened 4 days ago

GuillaumeGomez commented 4 days ago

It could allow to create variables with given values before generating the template. Could be useful if there are variables outside of the type.