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

Save template AST across proc-macro calls #49

Open GuillaumeGomez opened 3 days ago

GuillaumeGomez commented 3 days ago

Currently the AST of parsed templates is only saved in the context of one attribute. It'd likely improve compilation to save them across all calls instead.