Decision Workspace
take-until vs inplace-iter vs utf8-decode
Side-by-side comparison of Rust crates
46
take-until
growingv0.2.0
A take_until extension for iterators
43
inplace-iter
experimentalv0.3.0
Efficient in-place iteration with O(1) element removal and taking operations
68
utf8-decode
stablev2.0.0
UTF-8 incremental decoding iterators.
Core Metrics
| take-until | inplace-iter | utf8-decode | |
|---|---|---|---|
| Health Score | 46 | 43 | 68 |
| Total Downloads | 1.7M | 1.3K | 6.7M |
| 30d Downloads | 71.7K | 2 | 522.4K |
| Dependents | 61 | 0 | 71 |
| Releases | 2 | 3 | 4 |
| Last Updated | 1107d ago | 302d ago | 58d ago |
| Age | 6y 6m | 10m | 6y 8m |
Health Breakdown
take-until
Maintenance
3
Quality
16
Community
10
Popularity
7
Documentation
10
inplace-iter
Maintenance
9
Quality
11
Community
6
Popularity
4
Documentation
13
utf8-decode
Maintenance
12
Quality
23
Community
10
Popularity
8
Documentation
15
Technical Details
| take-until | inplace-iter | utf8-decode | |
|---|---|---|---|
| Version | 0.2.0 | 0.3.0 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 3KB | 12KB | 9KB |
| Features | 0 | 2 | 2 |
| Yanked % | 0.0% | 100.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | 1.85.1 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •utf8-decode leads with a health score of 68/100, but none of the options score above 80.
- •⚠ take-until has not been updated in over a year.
- •take-until, inplace-iter are pre-1.0 — API may change.