Decision Workspace
escapade vs askama_escape vs v_htmlescape
Side-by-side comparison of Rust crates
39
escapade
growingv0.0.3
`escapade` provides String concatenation and writing, but automatically escapes any HTML in the data in the process. This prevents accidental unescaped writes to the output.
67
askama_escape
growingv0.15.6
HTML escaping, extracted from Askama
52
v_htmlescape
growingv0.15.8
The simd optimized HTML escaping code
Core Metrics
| escapade | askama_escape | v_htmlescape | |
|---|---|---|---|
| Health Score | 39 | 67 | 52 |
| Total Downloads | 6.8K | 20.3M | 8.7M |
| 30d Downloads | 20 | 758.3K | 694.7K |
| Dependents | 7 | 187 | 546 |
| Releases | 3 | 16 | 38 |
| Last Updated | 3426d ago | 3d ago | 1330d ago |
| Age | 9y 4m | 7y 4m | 7y 3m |
Health Breakdown
escapade
Maintenance
3
Quality
15
Community
5
Popularity
5
Documentation
11
askama_escape
Maintenance
16
Quality
15
Community
16
Popularity
8
Documentation
12
v_htmlescape
Maintenance
6
Quality
15
Community
10
Popularity
8
Documentation
13
Technical Details
| escapade | askama_escape | v_htmlescape | |
|---|---|---|---|
| Version | 0.0.3 | 0.15.6 | 0.15.8 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 2 | 1 | 1 |
| Crate Size | 5KB | 17KB | 11KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 2.6% |
| Edition | — | 2024 | 2021 |
| MSRV | — | 1.88 | — |
| Owners | 1 | 4 (team) | 1 |
Links
Quick Verdict
- •askama_escape leads with a health score of 67/100, but none of the options score above 80.
- •v_htmlescape is depended on by 546 crates — strongest ecosystem trust.
- •⚠ escapade, v_htmlescape have not been updated in over a year.