An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# rust-dec

[libdecnumber] bindings for the Rust programming language.

## dec [![crates.io](https://img.shields.io/crates/v/dec.svg)](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 [![crates.io](https://img.shields.io/crates/v/decnumber-sys.svg)](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.