html-ast 0.1.0

Construct and generate legal html string
Documentation
1
2
3
4
mod elements;
mod node;

pub use crate::{elements::HtmlElement, node::HtmlNode};