lambda-fairy / maud

:pencil: Compile-time HTML templates for Rust
https://maud.lambda.xyz
Apache License 2.0
2.14k stars 143 forks source link

split ast into a separate crate to write our own implementations which use maud syntax #411

Open vidhanio opened 10 months ago

vidhanio commented 10 months ago

hi there!

i was wondering if you would be interested in a pr separating the maud syntax into its own crate, so authors can write own proc macro which use maud's syntax. this would be a similiar effort to rstml, which just exposes a proc macro html parser and lets you come up with the implementation which transforms it into real code.

wbcat commented 4 months ago

This could help for generating xml ouput #62