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