Decision Workspace
decimal_scaled_macros vs ignorable vs decimal-scaled
Side-by-side comparison of Rust crates
60
decimal_scaled_macros
experimentalv0.4.4
Compile-time decimal literal proc-macros (`d9!`, `d18!`, `d38!`, `d76!`, `d153!`, `d307!`) for the decimal-scaled crate.
49
ignorable
experimentalv0.1.4
Standard library derives that can ignore individual fields
49
decimal-scaled
experimentalv0.4.4
Const-generic base-10 fixed-point decimals (D9/D18/D38/D76/D153/D307) with integer-only transcendentals correctly rounded to within 0.5 ULP — exact at the type's last representable place. Deterministic across every platform; no_std-friendly.
Core Metrics
| decimal_scaled_macros | ignorable | decimal-scaled | |
|---|---|---|---|
| Health Score | 60 | 49 | 49 |
| Total Downloads | 222 | 2.2K | 268 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 15 | 0 | 0 |
| Releases | 15 | 5 | 17 |
| Last Updated | 5d ago | 87d ago | 5d ago |
| Age | 10d | 7m | 14d |
Health Breakdown
decimal_scaled_macros
Maintenance
19
Quality
14
Community
9
Popularity
3
Documentation
15
ignorable
Maintenance
13
Quality
14
Community
6
Popularity
4
Documentation
12
decimal-scaled
Maintenance
16
Quality
9
Community
6
Popularity
3
Documentation
15
Technical Details
| decimal_scaled_macros | ignorable | decimal-scaled | |
|---|---|---|---|
| Version | 0.4.4 | 0.1.4 | 0.4.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 4 | 3 | 24 |
| Crate Size | 18KB | 15KB | 3.2MB |
| Features | 1 | 0 | 30 |
| Yanked % | 0.0% | 0.0% | 5.9% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | 1.85 | 1.68 | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •decimal_scaled_macros leads with a health score of 60/100, but none of the options score above 80.
- •ignorable has the most downloads (2.2K), suggesting wider adoption.