Decision Workspace
path_to_unicode_filename vs html-escape vs descape
Side-by-side comparison of Rust crates
38
path_to_unicode_filename
growingv0.1.1
The library encodes file path separators and common directory names, producing a reversible unicode string that can be used as a filename. It's useful in the case when you want to extract data or features from any file and store them in a specific directory.
54
html-escape
growingv0.2.13
This library is for encoding/escaping special characters in HTML and decoding/unescaping HTML entities as well.
52
descape
growingv3.0.0
Adds a single extension trait for &str to unescape any backslashes.
Core Metrics
| path_to_unicode_filename | html-escape | descape | |
|---|---|---|---|
| Health Score | 38 | 54 | 52 |
| Total Downloads | 2.8K | 22.3M | 45.1K |
| 30d Downloads | 5 | 2.5M | 5.2K |
| Dependents | 0 | 4.8K | 59 |
| Releases | 2 | 15 | 12 |
| Last Updated | 979d ago | 1190d ago | 222d ago |
| Age | 2y 8m | 5y 9m | 2y 1m |
Health Breakdown
path_to_unicode_filename
Maintenance
4
Quality
15
Community
5
Popularity
4
Documentation
10
html-escape
Maintenance
4
Quality
17
Community
15
Popularity
8
Documentation
10
descape
Maintenance
9
Quality
17
Community
11
Popularity
6
Documentation
9
Technical Details
| path_to_unicode_filename | html-escape | descape | |
|---|---|---|---|
| Version | 0.1.1 | 0.2.13 | 3.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | Apache-2.0 OR MIT |
| Dependencies | 2 | 2 | 0 |
| Crate Size | 11KB | 23KB | 13KB |
| Features | 0 | 2 | 2 |
| Yanked % | 0.0% | 0.0% | 33.3% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •html-escape leads with a health score of 54/100, but none of the options score above 80.
- •html-escape is depended on by 4.8K crates — strongest ecosystem trust.
- •⚠ path_to_unicode_filename, html-escape have not been updated in over a year.
- •path_to_unicode_filename, html-escape are pre-1.0 — API may change.