askama/rinja_parser
Ed Page 0b36317951 refactor(parser): Remove extraneous tag/one_of
These were needed in 0.3 to use `Parser` trait methods on `&str` /
`char` but 0.4 fixed the bounds so that is no longer needed.
2024-10-25 13:09:20 -05: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.