Crate render_macros

Source

Macros§

html
Render a component tree to an HTML string, using XML-like tags.
rsx
Generate a renderable component tree, before rendering it

Attribute Macros§

component
A syntactic sugar for implementing Render conveniently using functions.