Replies: 1 comment 1 reply
-
We also have a html-like macro. It might be better to use syn-rsx as a parser for that crate instead of a custom solution |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, your RSX parser is probably feature complete and there's no interest in changing it – but in case you have to expand functionality: I just wanted to leave an hint for my syn-rsx crate here. I think it'd be great to combine efforts for that basic building block, and others like sauron and leptos are successfully using it.
If you happen to give it a look and something is missing for your use case, I'd be interested in the details. Currently there's also work happening on supporting unquoted text behind a nightly feature flag: stoically/syn-rsx#2
Sorry for the shameless plug and obviously feel free to close/delete this discussion.
Beta Was this translation helpful? Give feedback.
All reactions