Decision Workspace
debug_iterator vs iter-debug vs split_slice
Side-by-side comparison of Rust crates
33
debug_iterator
growingv0.1.0
a simple iterator adapter that prints out the debug repr. of the item
56
iter-debug
stablev1.0.2
impl Debug for iterators using a wrapper
42
split_slice
growingv1.0.0
A Rust library for accessing (&[T], &[T]) as if it were a single slice
Core Metrics
| debug_iterator | iter-debug | split_slice | |
|---|---|---|---|
| Health Score | 33 | 56 | 42 |
| Total Downloads | 2.0K | 2.0K | 529 |
| 30d Downloads | 4 | 6 | 18 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 3 | 1 |
| Last Updated | 2438d ago | 49d ago | 225d ago |
| Age | 6y 8m | 1y 11m | 7m |
Health Breakdown
debug_iterator
Maintenance
1
Quality
17
Community
2
Popularity
4
Documentation
9
iter-debug
Maintenance
14
Quality
20
Community
5
Popularity
4
Documentation
13
split_slice
Maintenance
4
Quality
19
Community
6
Popularity
3
Documentation
10
Technical Details
| debug_iterator | iter-debug | split_slice | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.2 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | 0BSD | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 0 | 0 |
| Crate Size | 3KB | 4KB | 3KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •iter-debug leads with a health score of 56/100, but none of the options score above 80.
- •⚠ debug_iterator has not been updated in over a year.
- •debug_iterator is pre-1.0 — API may change.