el
el is a Rust library for writing, modifying, and safely rendering HTML
elements as simple data structures. It is inspired by hiccup and named after a
small helper function I once wrote in JS.
Usage example
use ;
let page: String = html
.render_to_string
.unwrap;
License
This entire project is dual-licensed under the Apache 2.0 and MIT licenses.