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

  • 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.