num-decimal 0.2.2

Infinite precision decimals with fair rounding and other gimmicks based on num-rational.
Documentation
[badges.gitlab]
branch = "master"
repository = "d-e-s-o/num-decimal"
[dependencies.num-bigint]
version = "0.2"

[dependencies.num-rational]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
default-features = false
optional = true
version = "1.0"
[dev-dependencies.serde_json]
default-features = false
features = ["std"]
version = "1.0"

[features]
default = []

[package]
authors = ["Daniel Mueller <deso@posteo.net>"]
description = "Infinite precision decimals with fair rounding and other gimmicks based\non num-rational.\n"
edition = "2018"
homepage = "https://github.com/d-e-s-o/num-decimal"
license = "GPL-3.0-or-later"
name = "num-decimal"
readme = "README.md"
repository = "https://github.com/d-e-s-o/num-decimal.git"
version = "0.2.2"