Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
# Cargo.toml
[dependencies]
rust_decimal = "1.42.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and multiply Decimal values for financial calculations.
Use checked arithmetic methods like `checked_add` or enable the `maths` feature for additional safety.
No dependency data recorded yet.