dioxus-autofmt 0.7.7

Autofomatter for Dioxus RSX
Documentation
1
2
3
4
5
6
7
8
9
rsx! {
    div { // Comments
        class: "asdasd",
        "hello world"
    }

    // todo: fix this case
    img { src: HEADER_SVG, id: "header" }
}