You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to figure out how to use this parser, and as far as I can tell, the only "getting started" documentation you provide is the html2html example.
html2html uses the markup5ever_rcdom package, which you have decided to make "unofficial" because it is unsafe and incorrect. This means two things:
The html2html example doesn't build by default and provides the message "the trait TreeSink is not implemented for RcDom". It took me quite a lot of hair pulling to figure out that you must pin the markup5ever_rcdom to version 0.5.0-unofficial to fix that problem.
If the only documentation you have for using this crate is a bad implementation, how am I supposed to use it? If you had some documentation on how I could write my own RcDom that would go a long way, but I don't see any.
The text was updated successfully, but these errors were encountered:
I am trying to figure out how to use this parser, and as far as I can tell, the only "getting started" documentation you provide is the
html2html
example.html2html
uses themarkup5ever_rcdom
package, which you have decided to make "unofficial" because it is unsafe and incorrect. This means two things:The
html2html
example doesn't build by default and provides the message "the traitTreeSink
is not implemented forRcDom
". It took me quite a lot of hair pulling to figure out that you must pin themarkup5ever_rcdom
to version0.5.0-unofficial
to fix that problem.If the only documentation you have for using this crate is a bad implementation, how am I supposed to use it? If you had some documentation on how I could write my own
RcDom
that would go a long way, but I don't see any.The text was updated successfully, but these errors were encountered: