Decision Workspace
weighted_path vs pathfinding vs pathfinding-indexed
Side-by-side comparison of Rust crates
43
weighted_path
experimentalv0.6.0
A Rust library for finding shortest paths in weighted graphs using Dijkstra's algorithm with multiple heap implementations
69
pathfinding
stablev4.15.0
Pathfinding, flow, and graph algorithms
49
pathfinding-indexed
experimentalv4.15.0
Index-only pathfinding, flow, and graph algorithms
Core Metrics
| weighted_path | pathfinding | pathfinding-indexed | |
|---|---|---|---|
| Health Score | 43 | 69 | 49 |
| Total Downloads | 44 | 2.0M | 29 |
| 30d Downloads | 5 | 97.6K | 29 |
| Dependents | 0 | 487 | 0 |
| Releases | 3 | 133 | 2 |
| Last Updated | 50d ago | 17d ago | 19d ago |
| Age | 1m | 9y 3m | 20d |
Health Breakdown
weighted_path
Maintenance
11
Quality
14
Community
6
Popularity
2
Documentation
10
pathfinding
Maintenance
18
Quality
16
Community
12
Popularity
8
Documentation
15
pathfinding-indexed
Maintenance
13
Quality
14
Community
5
Popularity
2
Documentation
15
Technical Details
| weighted_path | pathfinding | pathfinding-indexed | |
|---|---|---|---|
| Version | 0.6.0 | 4.15.0 | 4.15.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | Apache-2.0/MIT | Apache-2.0/MIT |
| Dependencies | 2 | 16 | 17 |
| Crate Size | 39KB | 182KB | 85KB |
| Features | 0 | 1 | 1 |
| Yanked % | 0.0% | 1.5% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | 1.87.0 | 1.87.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •pathfinding leads with a health score of 69/100, but none of the options score above 80.
- •pathfinding is depended on by 487 crates — strongest ecosystem trust.
- •weighted_path is pre-1.0 — API may change.