parse-html 0.4.1

A simple Rust project to parse HTML.
Documentation
1
2
3
pub mod dom_tree;
pub mod search_by_attr;
pub mod search_by_tag_name;