askama/askama_derive
René Kijewski 8b33730512 Remove instances of use Enum::*
It's an anti-pattern to arbitrarily import enum variant, because it
hides typos (`SpellingErrr => {}` will still work), renamed and
removed variants.
2024-05-16 07:00:12 +02:00
..
2024-05-16 07:00:12 +02:00

askama_derive: procedural macros for the Askama templating engine

Documentation Latest version Build Status Chat

This crate contains the procedural macros used by the Askama templating engine.