primitive_fixed_point_decimal 0.4.3

Primitive fixed-point decimal types.
Documentation
[dependencies.int-div-cum-error]
version = "0.2"

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

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"

[lib]
name = "primitive_fixed_point_decimal"
path = "src/lib.rs"

[package]
authors = ["Wu Bingzheng <wubingzheng@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "finance", "mathematics"]
description = "Primitive fixed-point decimal types."
documentation = "https://docs.rs/primitive_fixed_point_decimal"
edition = "2021"
keywords = ["fixed-point", "decimal"]
license = "MIT"
name = "primitive_fixed_point_decimal"
readme = "README.md"
repository = "https://github.com/WuBingzheng/primitive_fixed_point_decimal"
version = "0.4.3"