Decision Workspace
path_normalizer vs add_ext vs normpath
Side-by-side comparison of Rust crates
44
path_normalizer
experimentalv0.1.1
Lexically normalize paths in Rust without touching the filesystem.
46
add_ext
experimentalv0.1.3
Append extensions to file paths / 为文件路径追加扩展名
66
normpath
stablev1.5.1
More reliable path manipulation
Core Metrics
| path_normalizer | add_ext | normpath | |
|---|---|---|---|
| Health Score | 44 | 46 | 66 |
| Total Downloads | 753 | 149 | 23.1M |
| 30d Downloads | 0 | 0 | 1.3M |
| Dependents | 0 | 1 | 1.2K |
| Releases | 2 | 3 | 14 |
| Last Updated | 274d ago | 101d ago | 21d ago |
| Age | 9m | 4m | 5y 6m |
Health Breakdown
path_normalizer
Maintenance
7
Quality
15
Community
6
Popularity
3
Documentation
13
add_ext
Maintenance
14
Quality
14
Community
7
Popularity
3
Documentation
8
normpath
Maintenance
16
Quality
16
Community
14
Popularity
8
Documentation
12
Technical Details
| path_normalizer | add_ext | normpath | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.3 | 1.5.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MulanPSL-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 4 | 9 |
| Crate Size | 4KB | 13KB | 25KB |
| Features | 0 | 1 | 1 |
| Yanked % | 0.0% | 0.0% | 7.1% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | — | 1.81.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •normpath leads with a health score of 66/100, but none of the options score above 80.
- •normpath is depended on by 1.2K crates — strongest ecosystem trust.
- •path_normalizer, add_ext are pre-1.0 — API may change.