Is there a possibility that we have LibXML2 bindings for html5ever similar to how gumbo has it?
https://github.com/sevenval/gumbo-libxml
I have a program that is written on top of LibXML2, however, I need to parse HTML5 with it. I was wondering if I can use html5ever for this purpose without changing my whole library.