Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/d-e-s-o/num-decimal
- Owner: d-e-s-o
- License: gpl-3.0
- Created: 2020-03-28T16:22:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T12:38:53.000Z (9 months ago)
- Last Synced: 2024-10-07T09:04:19.691Z (4 months ago)
- Topics: decimal, num-rational, rounding, rust, rust-crate, rust-library
- Language: Rust
- Homepage:
- Size: 159 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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