askama/askama_parser
René Kijewski 9ffa6b954c parser: U+10FFFF is the highest Unicode codepoint
Fix a small typo: parsing '\u{123456}` should parse up to 6 characters,
inclusively.
2025-06-13 11:32:51 +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.