Decision Workspace
inplace-iter vs take-until vs iterator-assertions
Side-by-side comparison of Rust crates
43
inplace-iter
experimentalv0.3.0
Efficient in-place iteration with O(1) element removal and taking operations
46
take-until
growingv0.2.0
A take_until extension for iterators
33
iterator-assertions
growingv0.1.0
Assert something about an iterator in place.
Core Metrics
| inplace-iter | take-until | iterator-assertions | |
|---|---|---|---|
| Health Score | 43 | 46 | 33 |
| Total Downloads | 1.3K | 1.7M | 1.5K |
| 30d Downloads | 2 | 71.7K | 3 |
| Dependents | 0 | 61 | 0 |
| Releases | 3 | 2 | 1 |
| Last Updated | 302d ago | 1107d ago | 949d ago |
| Age | 10m | 6y 6m | 2y 7m |
Health Breakdown
inplace-iter
Maintenance
9
Quality
11
Community
6
Popularity
4
Documentation
13
take-until
Maintenance
3
Quality
16
Community
10
Popularity
7
Documentation
10
iterator-assertions
Maintenance
1
Quality
15
Community
5
Popularity
4
Documentation
8
Technical Details
| inplace-iter | take-until | iterator-assertions | |
|---|---|---|---|
| Version | 0.3.0 | 0.2.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | non-standard |
| Dependencies | 0 | 0 | 1 |
| Crate Size | 12KB | 3KB | 6KB |
| Features | 2 | 0 | 0 |
| Yanked % | 100.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •take-until leads with a health score of 46/100, but none of the options score above 80.
- •⚠ take-until, iterator-assertions have not been updated in over a year.