[][src]Crate mogwai_html_macro

RSX for building mogwai DOM nodes.

Macros

builder

Uses an html description to construct a ViewBuilder.

hydrate

Uses an html description to construct a Hydrator, which can then be converted into a View with std::convert::TryFrom.

target_arch_is_wasm32
view

Uses an html description to construct a View.