Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
/ decimal_rs Public archive

A rust-based NIF to implement fixed precision decimal math

Notifications You must be signed in to change notification settings

SpiffInc/decimal_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DecimalRs

⚠️ This Library is not ready to be used. This is an early concept for an alternative approach to mpdecimal. It aims to provide some advanced functionality for fixed-precision decimal math, but with the use of rustler to aid in memory safety and correctness.

Installation

If available in Hex, the package can be installed by adding decimal_rs to your list of dependencies in mix.exs:

def deps do
  [
    {:decimal_rs, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/decimal_rs.

About

A rust-based NIF to implement fixed precision decimal math

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published