# rusty-html This crate allows for Jsx html inline like syntax in rust ## Example ```rust use rusty_html::html; fn main() { let html = html! {
{s}
My first paragraph.