maud icon indicating copy to clipboard operation
maud copied to clipboard

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

Open vidhanio opened this issue 2 years ago • 1 comments

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.

vidhanio avatar Jan 06 '24 07:01 vidhanio

This could help for generating xml ouput #62

wbcat avatar Jun 30 '24 08:06 wbcat

IMO, exposing the parser publicly implies a level of stability that I don't think we have yet. And if you don't care about stability, then you may as well fork the crate anyway.

lambda-fairy avatar Jan 06 '25 12:01 lambda-fairy