html_parse 1.1.2

Html parser, wrapper of html5ever
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Wrapper for [html5ever], implementing the Sink and a more ergonomic functions API.

#![warn(
    missing_copy_implementations,
    missing_debug_implementations,
    missing_docs,
    trivial_numeric_casts,
    unsafe_code,
    unused_extern_crates,
    unused_import_braces,
    unused_qualifications
)]

pub mod html;