askama/askama_parser
René Kijewski ca50787f92 parser: macro calls need proper tokens
With this PR invalid tokens inside a macro call `macro_name!(..)` are
rejected. Otherwise we might emit invalid code that cannot be parsed by
rust.
2025-06-01 19:14:28 +02:00
..
2025-05-18 23:06:41 +02:00
2025-03-11 19:31:06 +01:00
2025-03-11 19:31:06 +01:00
2025-05-18 23:06:41 +02:00
2025-03-11 19:31:06 +01:00
2025-03-11 19:31:06 +01:00
2025-03-11 19:31:06 +01:00
2025-03-11 19:31:06 +01:00
2025-03-11 19:31:06 +01:00
2025-03-11 19:31:06 +01:00

askama_parser: template parser for the Askama templating engine

Crates.io GitHub Workflow Status Book docs.rs

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