htmlstream-rust
htmlstream-rust copied to clipboard
Lightweight HTML parser
While using this crate I have encountered the following problem: I have an `a href` tag which is broken up across two lines. When parsed into an `HTMLTag`, its `{:?}`...
Instead it leads to the documentation page.
Hello, I want to get all HTMLTag with name = "a" with href & text (anchor) if present.. I'm neewbie with Rust and I do this. But this code doesn't...
Does htmlstream-rust parse "real world" HTML, even if severely broken from a specification point of view ?