pretty_decimal 0.2.1

library for Decimal type with pretty printing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# pretty-decimal

[![crates.io](https://img.shields.io/crates/v/pretty_decimal?style=flat-square)](https://crates.io/crates/pretty_decimal)
[![CI](https://github.com/xkikeg/pretty-decimal/actions/workflows/ci.yml/badge.svg)](https://github.com/xkikeg/pretty-decimal/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/xkikeg/pretty-decimal/graph/badge.svg?token=9PIPN1GMXH)](https://codecov.io/gh/xkikeg/pretty-decimal)

Library providing Decimal type with pretty printing. See [docs.rs](https://docs.rs/pretty_decimal/latest/pretty_decimal/)

This library is licensed under [Apache 2.0 LICENSE](LICENSE).

Peformance benchmark [history](https://xkikeg.github.io/pretty-decimal/dev/bench/).