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