Crate wal_rsx

Source
Expand description

This crate provides the rsx! procedural macro for writing JSX-like syntax in Rust. This macro is used to define views and behaviors of web application.

Macrosยง

rsx
The rsx! procedural macro allows you to write JSX-like syntax in Rust. This macro is used to define views and behaviors of web applcation.