Decision Workspace
shortestpath vs dijkstra vs bracket-pathfinding
Side-by-side comparison of Rust crates
56
shortestpath
growingv0.10.0
Shortest Path is an experimental library finding the shortest path from A to B.
33
dijkstra
growingv0.1.2
Generate minimum paths using Dijkstra algorithm
45
bracket-pathfinding
growingv0.8.7
Pathfinding and field-of view utilities. A Star, Dijkstra. Part of the bracket-lib family.
Core Metrics
| shortestpath | dijkstra | bracket-pathfinding | |
|---|---|---|---|
| Health Score | 56 | 33 | 45 |
| Total Downloads | 4.1K | 4.2K | 299.2K |
| 30d Downloads | 54 | 5 | 11.7K |
| Dependents | 2 | 0 | 28 |
| Releases | 12 | 2 | 8 |
| Last Updated | 106d ago | 3394d ago | 1270d ago |
| Age | 3y 3m | 9y 3m | 6y 1m |
Health Breakdown
shortestpath
Maintenance
13
Quality
17
Community
7
Popularity
4
Documentation
15
dijkstra
Maintenance
3
Quality
15
Community
3
Popularity
4
Documentation
8
bracket-pathfinding
Maintenance
4
Quality
14
Community
10
Popularity
7
Documentation
10
Technical Details
| shortestpath | dijkstra | bracket-pathfinding | |
|---|---|---|---|
| Version | 0.10.0 | 0.1.2 | 0.8.7 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 1 | 9 |
| Crate Size | 87KB | 2KB | 23KB |
| Features | 3 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | — | 2021 |
| MSRV | 1.85 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •shortestpath leads with a health score of 56/100, but none of the options score above 80.
- •bracket-pathfinding has the most downloads (299.2K), suggesting wider adoption.
- •⚠ dijkstra, bracket-pathfinding have not been updated in over a year.