Decision Workspace
fmt-iter vs printable vs reiterator
Side-by-side comparison of Rust crates
46
fmt-iter
growingv0.2.1
Print all items from an iterator
47
printable
growingv2.2.0
Provides `std::fmt::Display` wrapper for iterators and tuples.
47
reiterator
growingv0.3.0
Lazy repeatable caching iterator that only ever calculates each element once.
Core Metrics
| fmt-iter | printable | reiterator | |
|---|---|---|---|
| Health Score | 46 | 47 | 47 |
| Total Downloads | 33.9K | 22.9K | 7.8K |
| 30d Downloads | 1.9K | 566 | 131 |
| Dependents | 55 | 10 | 1 |
| Releases | 4 | 7 | 5 |
| Last Updated | 1796d ago | 675d ago | 998d ago |
| Age | 4y 11m | 3y 2m | 2y 9m |
Health Breakdown
fmt-iter
Maintenance
4
Quality
15
Community
10
Popularity
5
Documentation
12
printable
Maintenance
4
Quality
17
Community
8
Popularity
5
Documentation
13
reiterator
Maintenance
10
Quality
15
Community
7
Popularity
5
Documentation
10
Technical Details
| fmt-iter | printable | reiterator | |
|---|---|---|---|
| Version | 0.2.1 | 2.2.0 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MPL-2.0 |
| Dependencies | 3 | 0 | 1 |
| Crate Size | 3KB | 6KB | 7KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 14.3% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •printable leads with a health score of 47/100, but none of the options score above 80.
- •fmt-iter has the most downloads (33.9K), suggesting wider adoption.
- •⚠ fmt-iter, printable, reiterator have not been updated in over a year.
- •fmt-iter, reiterator are pre-1.0 — API may change.