Skip to content

Add traverse functions for NodeMut #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2025

Conversation

remimimimimi
Copy link
Contributor

Introduce a suite of traversal methods on NodeMut that mirror NodeRef iterators for convenient, mutable navigation of a tree structure without manually juggling NodeMut. In addition, I've implemented as_ref method that downgrades NodeMut to NodeRef. All new methods (except as_ref) are covered by unit tests.

@adamreichold adamreichold merged commit 2a90702 into rust-scraper:master Apr 18, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants