use wal_rsx::rsx; fn main() { rsx! {
}; rsx! {
"Hello world!" }; rsx! {
{ String::from("Hello world") } }; rsx! {
}; }