Decision Workspace
scc-trait vs strongly-connected-components vs id_graph_sccs
Side-by-side comparison of Rust crates
50
scc-trait
growingv1.0.0
Trait-based Strongly Connected Components Calculation
46
strongly-connected-components
experimentalv1.0.0
Decomposes a graph into Strongly Connected Components and to sorts them in topological order.
39
id_graph_sccs
growingv0.1.1
Find the strongly-connected components of a graph with nodes labeled by integer ids
Core Metrics
| scc-trait | strongly-connected-components | id_graph_sccs | |
|---|---|---|---|
| Health Score | 50 | 46 | 39 |
| Total Downloads | 2.1K | 67 | 3.0K |
| 30d Downloads | 43 | 22 | 6 |
| Dependents | 3 | 0 | 0 |
| Releases | 2 | 3 | 2 |
| Last Updated | 493d ago | 84d ago | 1406d ago |
| Age | 1y 7m | 2m | 3y 10m |
Health Breakdown
scc-trait
Maintenance
6
Quality
20
Community
7
Popularity
4
Documentation
13
strongly-connected-components
Maintenance
9
Quality
17
Community
5
Popularity
2
Documentation
13
id_graph_sccs
Maintenance
4
Quality
15
Community
6
Popularity
4
Documentation
10
Technical Details
| scc-trait | strongly-connected-components | id_graph_sccs | |
|---|---|---|---|
| Version | 1.0.0 | 1.0.0 | 0.1.1 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | MIT | MIT |
| Dependencies | 0 | 3 | 2 |
| Crate Size | 4KB | 11KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 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.
- •id_graph_sccs has the most downloads (3.0K), suggesting wider adoption.
- •⚠ scc-trait, id_graph_sccs have not been updated in over a year.
- •id_graph_sccs is pre-1.0 — API may change.