7 releases
| 0.1.6 | Mar 2, 2024 |
|---|---|
| 0.1.5 | Mar 10, 2021 |
| 0.1.4 | Feb 26, 2021 |
| 0.1.0 | Jan 31, 2021 |
#881 in Math
11,448 downloads per month
Used in 8 crates
(via dec)
1MB
11K
SLoC
Bindings to libdecnumber.
This crate provides raw bindings to libdecnumber, an implementation of the General Decimal Arithmetic specification.
This crate bundles the latest release of libdecnumber, v3.68.
rust-dec
libdecnumber bindings for the Rust programming language.
dec 
A decimal arithmetic library providing high-level, safe bindings to libdecnumber.
# Cargo.toml
[dependencies]
dec = "0.4.9"
decnumber-sys 
Low-level bindings to libdecnumber.
# Cargo.toml
[dependencies]
decnumber-sys = "0.1.6"