askama/askama_parser
René Kijewski d670d9b91c parser: fail on unterminated byte literal
Resolves <https://issues.oss-fuzz.com/issues/433650278>.

Also, I noticed that an Unicode escape in a byte literal, e.g.
`b'\u{42}'`, was accepted when it should not have been.
2025-07-28 21:56:40 +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-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.