Decision Workspace
pathfinding vs pathfinding-indexed vs weighted_path
Side-by-side comparison of Rust crates
69
pathfinding
stablev4.15.0
Pathfinding, flow, and graph algorithms
49
pathfinding-indexed
experimentalv4.15.0
Index-only pathfinding, flow, and graph algorithms
43
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 | 69 | 49 | 43 |
| Total Downloads | 2.0M | 29 | 44 |
| 30d Downloads | 97.6K | 29 | 5 |
| Dependents | 487 | 0 | 0 |
| Releases | 133 | 2 | 3 |
| Last Updated | 17d ago | 19d ago | 50d ago |
| Age | 9y 3m | 20d | 1m |
Health Breakdown
pathfinding
Maintenance
18
Quality
16
Community
12
Popularity
8
Documentation
15
pathfinding-indexed
Maintenance
13
Quality
14
Community
5
Popularity
2
Documentation
15
weighted_path
Maintenance
11
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 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.