Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
mathiversen
/
html-parser
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
88
Code
Issues
8
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Many improvements
- #40
#40
Open
alexkazik
wants to merge 15 commits into
mathiversen:master
mathiversen/html-parser:master
from
alexkazik:new
alexkazik/forked-html-parser:new
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
Many improvements
#40
alexkazik
wants to merge 15 commits into
mathiversen:master
mathiversen/html-parser:master
from
alexkazik:new
alexkazik/forked-html-parser:new
Copy head branch name to clipboard
Commits
Commits on Mar 8, 2026
cargo fmt
alexkazik
committed
d9d4f90
View commit details
Copy full SHA for d9d4f90
Browse repository at this point
edition 2024, cargo update, cargo fmt
alexkazik
committed
afaaae3
View commit details
Copy full SHA for afaaae3
Browse repository at this point
cargo clippy
alexkazik
committed
194446a
View commit details
Copy full SHA for 194446a
Browse repository at this point
remove unused dependencies
alexkazik
committed
25b7d24
View commit details
Copy full SHA for 25b7d24
Browse repository at this point
export SourceSpan
alexkazik
committed
29f9f7b
View commit details
Copy full SHA for 29f9f7b
Browse repository at this point
make SourceSpan optional
alexkazik
committed
422ebc1
View commit details
Copy full SHA for 422ebc1
Browse repository at this point
use cargo command to run example
alexkazik
committed
e0b056c
View commit details
Copy full SHA for e0b056c
Browse repository at this point
use VecMap/VecSet to keep order in attributes and classes
Show description for 972a6ac
alexkazik
committed
972a6ac
View commit details
Copy full SHA for 972a6ac
Browse repository at this point
Commits on Mar 13, 2026
switch to Cow
Show description for 4fc37c1
alexkazik
committed
4fc37c1
View commit details
Copy full SHA for 4fc37c1
Browse repository at this point
Commits on Apr 1, 2026
function to walk over all elements (recursive)
alexkazik
committed
568f14e
View commit details
Copy full SHA for 568f14e
Browse repository at this point
to html
alexkazik
committed
73614ad
View commit details
Copy full SHA for 73614ad
Browse repository at this point
helper function
alexkazik
committed
07703fc
View commit details
Copy full SHA for 07703fc
Browse repository at this point
html en/decode
alexkazik
committed
5f4f656
View commit details
Copy full SHA for 5f4f656
Browse repository at this point
to text
alexkazik
committed
0a344e5
View commit details
Copy full SHA for 0a344e5
Browse repository at this point
disable serde and debug by default
Show description for b42e239
alexkazik
committed
b42e239
View commit details
Copy full SHA for b42e239
Browse repository at this point
You can’t perform that action at this time.