Decision Workspace
isclose vs almost vs approx_collections
Side-by-side comparison of Rust crates
50
isclose
growingv0.3.0
A collection of trait and macros for comparing approximate equality
44
almost
growingv0.2.0
A crate for comparing floating point numbers
63
approx_collections
growingv4.1.0
Collections using approximate floating-point comparison
Core Metrics
| isclose | almost | approx_collections | |
|---|---|---|---|
| Health Score | 50 | 44 | 63 |
| Total Downloads | 5.5K | 750.0K | 2.6K |
| 30d Downloads | 52 | 19.0K | 114 |
| Dependents | 10 | 48 | 3 |
| Releases | 4 | 3 | 8 |
| Last Updated | 238d ago | 2420d ago | 14d ago |
| Age | 1y 10m | 6y 9m | 8m |
Health Breakdown
isclose
Maintenance
7
Quality
18
Community
9
Popularity
4
Documentation
12
almost
Maintenance
3
Quality
15
Community
10
Popularity
7
Documentation
9
approx_collections
Maintenance
18
Quality
19
Community
10
Popularity
4
Documentation
12
Technical Details
| isclose | almost | approx_collections | |
|---|---|---|---|
| Version | 0.3.0 | 0.2.0 | 4.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | CC0-1.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 2 | 5 |
| Crate Size | 13KB | 32KB | 28KB |
| Features | 5 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | 1.60 | — | 1.88.0 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •approx_collections leads with a health score of 63/100, but none of the options score above 80.
- •almost has the most downloads (750.0K), suggesting wider adoption.
- •⚠ almost has not been updated in over a year.
- •isclose, almost are pre-1.0 — API may change.