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