Skip to main content

Crate html_macro

Crate html_macro 

Source

Macros§

define_html_macro
Creates a custom html! macro with the given settings. The generated html! macro calls html_with_config under the hood.
html
Build a VirtualNode from a token stream. Calls html_with_config with the following configuration:
html_with_config
Build a VirtualNode from a token stream.
reflect_tokens