htmlstream-rust icon indicating copy to clipboard operation
htmlstream-rust copied to clipboard

Lightweight HTML parser

Results 4 htmlstream-rust issues
Sort by recently updated
recently updated
newest added

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 `{:?}`...

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 ?