rphtml 0.4.4

A html parser written in rust.
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.htmlentity]
version = "1.1.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.thiserror]
version = "1.0.21"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.18"

[lib]
crate-type = ["cdylib", "rlib"]
name = "rphtml"
path = "src/lib.rs"

[package]
authors = ["jxz_211 <jxz_211@163.com>"]
categories = ["parser-implementations", "wasm"]
description = "A html parser written in rust."
edition = "2018"
exclude = ["node/**/*.*", "cases/**/*.*", "build.sh", "codecov.yml", ".travis.yml"]
keywords = ["html", "parser", "html-parser", "html-minify", "html-render"]
license = "MIT"
name = "rphtml"
readme = "README.md"
repository = "https://github.com/fefit/rphtml"
version = "0.4.4"