pretty_decimal 0.1.1

library for Decimal type with pretty printing.
Documentation
1
2
3
4
5
6
7
8
# 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)
[![crates.io](https://img.shields.io/crates/v/pretty_decimal?style=flat-square)](https://crates.io/crates/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).