Upgrading instructions for 0.25
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 288
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 8
Description
I can't find release notes. I can't find a changelog. I can't find what has changed in the API, so I'm struggling to update my code.
122 | use html5ever::rcdom::{Handle, RcDom};
| ^^^^^ could not findrcdominhtml5ever
It seems like 0.25 has been a major change of the API, and RcDom has been dropped entirely, all of my code is incompatible, and I don't even know where to start fixing it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository file or test. Start by reviewing the 0.25 public API and the html5ever documentation around the removed rcdom module and RcDom type, then compare the changes with the prior release. Done means published release notes or an upgrading guide that explains the API changes and gives users a clear migration path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100