hypertext
A blazing fast type-checked HTML macro crate.
Features
- Type checking for element names/attributes
- Completely extensible for use with non-standard elements/attributes
#![no_std]
support- Automatic escaping
- Lazy rendering by default to avoid multiple allocations
- Results in outstanding performance in cases of nested documents, which other libraries may falter in
Example
use ;
let shopping_list = &vec!;
let shopping_list_maud = maud! ;
// or, alternatively:
let shopping_list_rsx = rsx! ;