[![pipeline](https://gitlab.com/d-e-s-o/num-decimal/badges/master/pipeline.svg)](https://gitlab.com/d-e-s-o/num-decimal/commits/master) [![coverage](https://gitlab.com/d-e-s-o/num-decimal/badges/master/coverage.svg)](https://gitlab.com/d-e-s-o/num-decimal/-/jobs/artifacts/master/file/kcov/kcov-merged/index.html?job=coverage:kcov) [![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.43+-blue.svg)](https://blog.rust-lang.org/2020/04/23/Rust-1.43.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-decimal]. [docs-rs]: https://docs.rs/crate/num-decimal [num-decimal]: https://crates.io/crates/num-rational