Decision Workspace
parseq vs ordered-parallel-iterator vs serial_test
Side-by-side comparison of Rust crates
44
parseq
growingv0.1.5
Parallel sequential iterator
39
ordered-parallel-iterator
growingv0.2.0
Performs tasks in parallel returning completed tasks in order of appearance.
70
serial_test
stablev3.4.0
Allows for the creation of serialised Rust tests
Core Metrics
| parseq | ordered-parallel-iterator | serial_test | |
|---|---|---|---|
| Health Score | 44 | 39 | 70 |
| Total Downloads | 8.0K | 7.0K | 101.0M |
| 30d Downloads | 26 | 46 | 7.1M |
| Dependents | 4 | 37 | 27.8K |
| Releases | 6 | 3 | 22 |
| Last Updated | 351d ago | 687d ago | 34d ago |
| Age | 3y 3m | 7y | 7y 2m |
Health Breakdown
parseq
Maintenance
7
Quality
15
Community
7
Popularity
5
Documentation
10
ordered-parallel-iterator
Maintenance
3
Quality
15
Community
7
Popularity
5
Documentation
9
serial_test
Maintenance
17
Quality
20
Community
14
Popularity
8
Documentation
11
Technical Details
| parseq | ordered-parallel-iterator | serial_test | |
|---|---|---|---|
| Version | 0.1.5 | 0.2.0 | 3.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | Unlicense OR MIT | MIT |
| Dependencies | 2 | 3 | 11 |
| Crate Size | 8KB | 5KB | 14KB |
| Features | 0 | 0 | 6 |
| Yanked % | 0.0% | 0.0% | 4.5% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | — | — | 1.68 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •serial_test leads with a health score of 70/100, but none of the options score above 80.
- •serial_test is depended on by 27.8K crates — strongest ecosystem trust.
- •⚠ ordered-parallel-iterator has not been updated in over a year.
- •parseq, ordered-parallel-iterator are pre-1.0 — API may change.