Decision Workspace
decimal-scaled vs decimal_scaled_macros vs fixdec
Side-by-side comparison of Rust crates
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.
60
decimal_scaled_macros
experimentalv0.4.4
Compile-time decimal literal proc-macros (`d9!`, `d18!`, `d38!`, `d76!`, `d153!`, `d307!`) for the decimal-scaled crate.
46
fixdec
experimentalv0.1.0
High-performance fixed-point decimal types for financial calculations and cryptocurrency
Core Metrics
| decimal-scaled | decimal_scaled_macros | fixdec | |
|---|---|---|---|
| Health Score | 49 | 60 | 46 |
| Total Downloads | 268 | 222 | 9.6K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 15 | 8 |
| Releases | 17 | 15 | 1 |
| Last Updated | 5d ago | 5d ago | 190d ago |
| Age | 14d | 10d | 6m |
Health Breakdown
decimal-scaled
Maintenance
16
Quality
9
Community
6
Popularity
3
Documentation
15
decimal_scaled_macros
Maintenance
19
Quality
14
Community
9
Popularity
3
Documentation
15
fixdec
Maintenance
5
Quality
15
Community
9
Popularity
5
Documentation
12
Technical Details
| decimal-scaled | decimal_scaled_macros | fixdec | |
|---|---|---|---|
| Version | 0.4.4 | 0.4.4 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 24 | 4 | 8 |
| Crate Size | 3.2MB | 18KB | 60KB |
| Features | 30 | 1 | 5 |
| Yanked % | 5.9% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85 | 1.85 | 1.89.0 |
| 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.
- •fixdec has the most downloads (9.6K), suggesting wider adoption.