visdom 0.5.6

A html document syntax and operation library, use APIs similar to jquery, easy to use for web scraping and confused html.
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.4.3"

[dependencies.rphtml]
version = "0.5.6"

[dependencies.thiserror]
version = "1.0.24"
[dev-dependencies.criterion]
version = "0.3.3"

[dev-dependencies.crossbeam]
version = "0.8.0"

[features]
default = []
destory = []
full = ["text", "insertion", "destory"]
insertion = []
text = []

[package]
authors = ["jxz_211 <jxz_211@163.com>"]
categories = ["web-programming"]
description = "A html document syntax and operation library, use APIs similar to jquery, easy to use for web scraping and confused html."
documentation = "https://docs.rs/visdom/"
edition = "2018"
exclude = [".vscode/*.*", ".editorconfig", ".travis.yml", "src/main.rs", "performance/*.*"]
homepage = "https://github.com/fefit/visdom"
keywords = ["html", "scrape", "jquery", "query", "selector"]
license = "MIT"
name = "visdom"
readme = "README.md"
repository = "https://github.com/fefit/visdom"
version = "0.5.6"
[package.metadata.docs.rs]
all-features = true