html_editor 0.7.0

Pure and simple HTML parser and editor.
Documentation
1
2
3
4
pub const VOID_TAGS: [&str; 15] = [
    "area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "meta", "param",
    "source", "track", "wbr",
];