Decision Workspace
pathfinding vs pathfinding-indexed vs weighted_path
Side-by-side comparison of Rust crates
67
pathfinding
stablev4.15.0
Pathfinding, flow, and graph algorithms
47
pathfinding-indexed
experimentalv4.15.0
Index-only pathfinding, flow, and graph algorithms
45
weighted_path
experimentalv0.6.0
A Rust library for finding shortest paths in weighted graphs using Dijkstra's algorithm with multiple heap implementations
Core Metrics
| pathfinding | pathfinding-indexed | weighted_path | |
|---|---|---|---|
| Health Score | 67 | 47 | 45 |
| Total Downloads | 2.2M | 60 | 46 |
| 30d Downloads | 130.9K | 0 | 0 |
| Dependents | 660 | 0 | 0 |
| Releases | 133 | 2 | 3 |
| Last Updated | 76d ago | 78d ago | 109d ago |
| Age | 9y 5m | 2m | 3m |
Health Breakdown
pathfinding
Maintenance
15
Quality
16
Community
13
Popularity
8
Documentation
15
pathfinding-indexed
Maintenance
10
Quality
15
Community
5
Popularity
2
Documentation
15
weighted_path
Maintenance
13
Quality
14
Community
6
Popularity
2
Documentation
10
Technical Details
| pathfinding | pathfinding-indexed | weighted_path | |
|---|---|---|---|
| Version | 4.15.0 | 4.15.0 | 0.6.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | Apache-2.0/MIT | Apache-2.0/MIT | MIT |
| Dependencies | 16 | 17 | 2 |
| Crate Size | 182KB | 85KB | 39KB |
| Features | 1 | 1 | 0 |
| Yanked % | 1.5% | 0.0% | 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 67/100, but none of the options score above 80.
- •pathfinding is depended on by 660 crates — strongest ecosystem trust.
- •weighted_path is pre-1.0 — API may change.