We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fe528 commit d71a7adCopy full SHA for d71a7ad
crates/domparser/Cargo.toml
@@ -2,6 +2,9 @@
2
edition = "2021"
3
name = "domparser"
4
version = "0.0.4"
5
+description = "A super fast html parser and manipulator written in rust."
6
+license = "MIT"
7
+repository = "https://github.com/utooland/domparser-rs"
8
9
[dependencies]
10
html5ever = "0.27.0"
0 commit comments