Macros§
- either
- A procedural macro that transforms a conditional expression into a JSX-like syntax.
- rsx
- A procedural macro that provides JSX-like syntax for creating HTML elements in Rust.
Attribute Macros§
- component
- A procedural macro that transforms a rust function into a component.