mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +00:00

* 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