dioxus-autofmt 0.7.6

Autofomatter for Dioxus RSX
Documentation
1
2
3
4
5
6
fn app() -> Element {
    rsx! {
        let x="hello world";
        div { "hello world" }
    }
}