https://github.com/materializeinc/rust-dec
libdecnumber bindings for the Rust programming language
https://github.com/materializeinc/rust-dec
Last synced: 7 months ago
JSON representation
libdecnumber bindings for the Rust programming language
- Host: GitHub
- URL: https://github.com/materializeinc/rust-dec
- Owner: MaterializeInc
- Created: 2021-01-21T05:19:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T19:04:43.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T17:46:52.529Z (about 1 year ago)
- Language: C
- Size: 1.06 MB
- Stars: 10
- Watchers: 5
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-dec
[libdecnumber] bindings for the Rust programming language.
## dec [](https://crates.io/crates/dec)
A decimal arithmetic library providing high-level, safe bindings to
libdecnumber.
```
# Cargo.toml
[dependencies]
dec = "0.4.11"
```
**[View documentation.](https://docs.rs/dec/0.4.9/)**
## decnumber-sys [](https://crates.io/crates/decnumber-sys)
Low-level bindings to libdecnumber.
```
# Cargo.toml
[dependencies]
decnumber-sys = "0.1.6"
```
**[View documentation.](https://docs.rs/decnumber-sys/0.1.6/)**
[libdecnumber]: http://speleotrove.com/decimal/decnumber.html
## Releasing
See `RELEASING.md` for instruction on how to release these crates.