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
The QualName type is used as part of the API, but it is pulled from the string_cache crate. QualName should be reexported with a pub use, just like Tendril already is.
The text was updated successfully, but these errors were encountered:
Xhtml5ever
Ok, this is a large one.
Fixes#266, fixes#261, fixes#210.
It moves html5ever into separate folder, renames html5ever macros markup5ever and stores common code there.
Here is short summary of what I know is and isn't done.
- [x] Make every crate in the repo use a single workspace
- [x] Make sure Travis-CI is running every test
- [x] Rename the the html5ever_atoms crate to markup5ever and update html5ever and xml5ever to use it.
- [x] Increment version numbers
- [x] Make it so that users of either html5ever or xml5ever don’t need to have an explicit dependency to markup5ever
- [x] Export QualName #210
- [x] let markup5ever generate entities.json #261
- [ ] **Move TokenSink to markup5ever**
- [x] Move TreeSink to markup5ever
- [x] Move BufferQueue to markup5ever
- [x] Move SmallCharSet to markup5ever
- [ ] **Deal with driver.rs**
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/268)
<!-- Reviewable:end -->
The
QualName
type is used as part of the API, but it is pulled from thestring_cache
crate.QualName
should be reexported with apub use
, just likeTendril
already is.The text was updated successfully, but these errors were encountered: