rust-dominator
rust-dominator copied to clipboard
Feat: .attrs!
@Pauan proposed the following:
.attrs!{ foo="bar", qux="corge" }
which would essentially be the same as
.attr("foo", "bar")
.attr("qux", "corge")
This simple macro would actually go a very long way to make dominator code more palatable to newcomers especially imho.