This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
lenn
/
dioxus-mirror
peilaus alkaen
https://github.com/DioxusLabs/dioxus.git
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
force rust to re-run
Jonathan Kelley
5 kuukautta sitten
vanhempi
355534d260
commit
e3f41b9227
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
examples/hello_world.rs
+ 1
- 0
examples/hello_world.rs
Näytä tiedosto
@@ -16,6 +16,7 @@ fn main() {
}
fn app() -> Element {
+ let _ = 123;
rsx! {
div { "Hello, world!" }
}