unhtml_util 0.1.0

some utility traits and functions for unhtml
#[derive(Fail, Debug)]
pub enum ParseError {
    #[fail(display = "{}({}) get nothing", attr, value)]
    SelectOrAttrEmptyErr {
        attr: String,
        value: String
    }
}