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

Latest commit

 

History

History
23 lines (17 loc) · 757 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 757 Bytes

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.