Decision Workspace
rect-iter vs enums vs clipline
Side-by-side comparison of Rust crates
35
rect-iter
growingv0.3.0
Iterator for 2D rectangle areas
48
enums
experimentalv0.5.1
Enumerate trait for vector and slice in rust. It abstracts chain methods like .iter().enumerate().collect() into a clean, reusable method also called enums like python enumerate.
45
clipline
growingv0.4.0
Line segment rasterization with pixel-perfect clipping.
Core Metrics
| rect-iter | enums | clipline | |
|---|---|---|---|
| Health Score | 35 | 48 | 45 |
| Total Downloads | 29.0K | 2.5K | 23.0K |
| 30d Downloads | 24 | 10 | 923 |
| Dependents | 0 | 0 | 34 |
| Releases | 20 | 6 | 7 |
| Last Updated | 2411d ago | 265d ago | 242d ago |
| Age | 7y 11m | 9m | 2y 5m |
Health Breakdown
rect-iter
Maintenance
4
Quality
15
Community
3
Popularity
5
Documentation
8
enums
Maintenance
10
Quality
15
Community
6
Popularity
4
Documentation
13
clipline
Maintenance
7
Quality
11
Community
10
Popularity
5
Documentation
12
Technical Details
| rect-iter | enums | clipline | |
|---|---|---|---|
| Version | 0.3.0 | 0.5.1 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 6 | 0 | 2 |
| Crate Size | 12KB | 7KB | 25KB |
| Features | 1 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 14.3% |
| Edition | — | 2021 | 2024 |
| MSRV | — | — | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •enums leads with a health score of 48/100, but none of the options score above 80.
- •rect-iter has the most downloads (29.0K), suggesting wider adoption.
- •⚠ rect-iter has not been updated in over a year.