tl 0.7.8

Fast HTML parser written in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
mod base;
pub(crate) mod constants;
mod handle;
mod options;
mod tag;

pub use base::*;
pub use handle::*;
pub use options::*;
pub use tag::*;