Decision Workspace
toposort-scc vs id_graph_sccs vs heapless_topo
Side-by-side comparison of Rust crates
44
toposort-scc
growingv0.5.4
An implementation of Kahn's algorithm for topological sorting and Kosaraju's algorithm for strongly connected components
39
id_graph_sccs
growingv0.1.1
Find the strongly-connected components of a graph with nodes labeled by integer ids
47
heapless_topo
growingv0.1.4
no-std topological sort using `heapless`
Core Metrics
| toposort-scc | id_graph_sccs | heapless_topo | |
|---|---|---|---|
| Health Score | 44 | 39 | 47 |
| Total Downloads | 23.0K | 3.0K | 4.9K |
| 30d Downloads | 1.9K | 6 | 7 |
| Dependents | 0 | 0 | 0 |
| Releases | 11 | 2 | 5 |
| Last Updated | 2072d ago | 1406d ago | 542d ago |
| Age | 5y 8m | 3y 10m | 1y 5m |
Health Breakdown
toposort-scc
Maintenance
10
Quality
15
Community
5
Popularity
5
Documentation
9
id_graph_sccs
Maintenance
4
Quality
15
Community
6
Popularity
4
Documentation
10
heapless_topo
Maintenance
13
Quality
17
Community
3
Popularity
4
Documentation
10
Technical Details
| toposort-scc | id_graph_sccs | heapless_topo | |
|---|---|---|---|
| Version | 0.5.4 | 0.1.1 | 0.1.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 1 | 2 | 2 |
| Crate Size | 11KB | 6KB | 4KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •heapless_topo leads with a health score of 47/100, but none of the options score above 80.
- •toposort-scc has the most downloads (23.0K), suggesting wider adoption.
- •⚠ toposort-scc, id_graph_sccs, heapless_topo have not been updated in over a year.