cloudflare / lol-html

Low output latency streaming HTML parser/rewriter with CSS selector-based API
https://crates.io/crates/lol-html
BSD 3-Clause "New" or "Revised" License
1.47k stars 82 forks source link

Expose tag and attribute names with the original case. #190

Closed orium closed 1 year ago

orium commented 1 year ago

This seems safe enough since it is not modifying any existing methods. Is this something we want to expose via the C API?

Sounds reasonable. Added.

orium commented 1 year ago

I've added a release commit to streamline things.