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
116 stars 10 forks source link

Allow to use `*` and `&` in expressions #39

Closed GuillaumeGomez closed 3 months ago

GuillaumeGomez commented 3 months ago

Quite useful. I'm currently blocked because it's missing and as_ref/deref filters cannot be used in this context.