Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 787 Bytes

File metadata and controls

34 lines (22 loc) · 787 Bytes

rust-dec

libdecnumber bindings for the Rust programming language.

dec crates.io

A decimal arithmetic library providing high-level, safe bindings to libdecnumber.

# Cargo.toml
[dependencies]
dec = "0.4.11"

View documentation.

decnumber-sys crates.io

Low-level bindings to libdecnumber.

# Cargo.toml
[dependencies]
decnumber-sys = "0.1.6"

View documentation.

Releasing

See RELEASING.md for instruction on how to release these crates.