Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/d-e-s-o/num-decimal

Infinite precision decimals with fair rounding and other gimmicks based on num-rational.
https://github.com/d-e-s-o/num-decimal

decimal num-rational rounding rust rust-crate rust-library

Last synced: 3 months ago
JSON representation

Infinite precision decimals with fair rounding and other gimmicks based on num-rational.

Awesome Lists containing this project

README

        

[![pipeline](https://github.com/d-e-s-o/num-decimal/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/d-e-s-o/num-decimal/actions/workflows/test.yml)
[![coverage](https://codecov.io/gh/d-e-s-o/num-decimal/branch/main/graph/badge.svg)](https://codecov.io/gh/d-e-s-o/num-decimal)
[![crates.io](https://img.shields.io/crates/v/num-decimal.svg)](https://crates.io/crates/num-decimal)
[![Docs](https://docs.rs/num-decimal/badge.svg)](https://docs.rs/num-decimal)
[![rustc](https://img.shields.io/badge/rustc-1.46+-blue.svg)](https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html)

num-decimal
===========

- [Documentation][docs-rs]
- [Changelog](CHANGELOG.md)

A crate providing infinite precision decimals with fair rounding and
other gimmicks based on [`num-rational`][num-rational].

[docs-rs]: https://docs.rs/crate/num-decimal
[num-rational]: https://crates.io/crates/num-rational