askama/rinja_parser
Ed Page 1ac0c35144
refactor(parser): Clean up prep for 0.5 (#226)
* refactor(parser): Rely on Parser trait rather than FnMut
* refactor(parser): Consistently use ParseResult
* refactor(parser): Accept Parser rather than FnMut
* refactor(parser): Chain the input through
* refactor(parser): Accept stateful Parser rather than stateless FnMut
* refactor(parser): Remove redundant closures
2024-11-07 20:54:48 +01:00
..
2024-06-17 15:58:52 +02:00
2024-06-20 18:53:14 +02: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_parser: template parser 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.