Maud: A Rust macro for writing HTML
maud.lambda.xyz
Maud: A Rust macro for writing HTML
1–10 of 86 posts
Re: Maud: A Rust macro for writing HTML
#2Re: Maud: A Rust macro for writing HTML
#3The main problem with macros like this (aside from being yet another language to learn) is that they don't work nicely with IDEs.
Re: Maud: A Rust macro for writing HTML
#4The main problem with macros like this (aside from being yet another language to learn) is that they don't work nicely with IDEs.
Isnt it just easier to have a html file then replace tags inside of that rather than having a new macro language ?
Re: Maud: A Rust macro for writing HTML
#5Re: Maud: A Rust macro for writing HTML
#6The main problem with macros like this (aside from being yet another language to learn) is that they don't work nicely with IDEs.
Re: Maud: A Rust macro for writing HTML
#7Re: Maud: A Rust macro for writing HTML
#8The main problem with macros like this (aside from being yet another language to learn) is that they don't work nicely with IDEs.
https://rust-analyzer.github.io/blog/2021/11/21/ides-and-mac...
Re: Maud: A Rust macro for writing HTML
#9But once you start getting to a few pages it's so much less cognitive overhead to separate concerns out into proper html files/templating.
It seems quite daunting to have a large project where all your html is inside rust files and a lot harder to find people who can work on it proficiently.
Re: Maud: A Rust macro for writing HTML
#10The main problem with macros like this (aside from being yet another language to learn) is that they don't work nicely with IDEs.
Shouldn’t it work in any IDE that understands Rust macros?