Decision Workspace
ironhtml-parser vs dom-tree-rs vs dompa
Side-by-side comparison of Rust crates
45
ironhtml-parser
experimentalv1.0.0
HTML5 parser following the WHATWG Living Standard
52
dom-tree-rs
experimentalv0.2.1
Tiny, zero-dependency, forgiving HTML parser: turn messy real-world HTML into a clean DOM tree (and JSON). WASM-first, no_std-friendly.
47
dompa
growingv1.1.2
A lightweight, zero-dependency HTML5 document parser.
Core Metrics
| ironhtml-parser | dom-tree-rs | dompa | |
|---|---|---|---|
| Health Score | 45 | 52 | 47 |
| Total Downloads | 46 | 33 | 3.3K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 2 | 6 |
| Last Updated | 156d ago | 20d ago | 347d ago |
| Age | 5m | 20d | 1y 4m |
Health Breakdown
ironhtml-parser
Maintenance
6
Quality
19
Community
6
Popularity
2
Documentation
12
dom-tree-rs
Maintenance
13
Quality
16
Community
6
Popularity
2
Documentation
15
dompa
Maintenance
8
Quality
19
Community
6
Popularity
4
Documentation
10
Technical Details
| ironhtml-parser | dom-tree-rs | dompa | |
|---|---|---|---|
| Version | 1.0.0 | 0.2.1 | 1.1.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 1 | 4 | 2 |
| Crate Size | 13KB | 40KB | 12KB |
| Features | 2 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.81.0 | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •dom-tree-rs leads with a health score of 52/100, but none of the options score above 80.
- •dompa has the most downloads (3.3K), suggesting wider adoption.
- •dom-tree-rs is pre-1.0 — API may change.