Decision Workspace
pure_decimal vs floatguard vs noisy_float
Side-by-side comparison of Rust crates
38
pure_decimal
growingv0.0.7
A decimal type with no NaN and Infinity
49
floatguard
experimentalv0.1.2
A library for checked floating-point arithmetic in Rust, safely elminating NaN and Infinity from floating-point computations.
59
noisy_float
growingv0.2.1
Contains floating point types that panic if they are set to an illegal value, such as NaN
Core Metrics
| pure_decimal | floatguard | noisy_float | |
|---|---|---|---|
| Health Score | 38 | 49 | 59 |
| Total Downloads | 11.1K | 1.2K | 9.1M |
| 30d Downloads | 11 | 6 | 565.4K |
| Dependents | 0 | 0 | 693 |
| Releases | 7 | 3 | 18 |
| Last Updated | 2971d ago | 256d ago | 80d ago |
| Age | 8y 2m | 8m | 9y 7m |
Health Breakdown
pure_decimal
Maintenance
4
Quality
15
Community
3
Popularity
5
Documentation
11
floatguard
Maintenance
10
Quality
16
Community
6
Popularity
4
Documentation
13
noisy_float
Maintenance
12
Quality
14
Community
13
Popularity
8
Documentation
12
Technical Details
| pure_decimal | floatguard | noisy_float | |
|---|---|---|---|
| Version | 0.0.7 | 0.1.2 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 5 | 2 | 6 |
| Crate Size | 10KB | 35KB | 20KB |
| Features | 1 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2024 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •noisy_float leads with a health score of 59/100, but none of the options score above 80.
- •noisy_float is depended on by 693 crates — strongest ecosystem trust.
- •⚠ pure_decimal has not been updated in over a year.