askama/rinja_derive
René Kijewski 9336435859 derive: keep track of called macros
Recursive macro calls, direct and indirect, would cause a stackoverflow.

This PR lets the macro call handler keep track of the stack of called
macros we are currently in, so we can abort with an error message
instead of panicking.
2024-12-29 07:52:21 +01:00
..
2024-12-29 07:52:21 +01:00
2024-12-21 19:55:15 +01:00
2024-06-17 15:58:52 +02:00
2024-06-17 15:58:52 +02:00
2024-08-04 01:23:49 +02:00

rinja_derive: procedural macros for the Rinja templating engine

Crates.io GitHub Workflow Status Book docs.rs

This crate contains the procedural macros used by the Rinja templating engine.