[−][src]Crate alchemy_macros
Implements macros used in Alchemy.
rsx! {}
, which turns RSX tags intoRSX
node trees.styles! {}
, which turns CSS stylesheet strings intoVec<Styles>
.
In general, you should prefer using these to constructing the above values manually.
Much of the rsx! {}
support is achieved by forking code riginally written by Bodil Stokke
over in typed-html.
Derive Macros
Props | Implements a derive macro for automating props setting and conversion. |
proc_macro_hack_rsx | Implements the |
proc_macro_hack_styles | Implements the |