lambda-fairy / maud

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

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

Open vidhanio opened 5 months ago

vidhanio commented 5 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 1 day ago

This could help for generating xml ouput #62