mpdec
Rust wrapper around libmpdec — a high-performance C library for arbitrary-precision decimal floating point arithmetic.
Built on top of raw FFI bindings (mpdec-sys), this crate provides idiomatic Rust types and operations for working with decimal numbers with precise rounding behavior and conformance to the General Decimal Arithmetic Specification.
Example
use FromStr;
use Decimal;