checked_decimal_macro 0.1.4

This is a Rust fixed-point numeric library targeting blockchain development. Originally created and used as a part of the Invariant Protocol. The current version leverages macros, traits and generics to exchange dozens of lines of error prone code with a single line and generating the rest.
Documentation
[dependencies.checked_decimal_macro_core]
version = "0.1.4"

[dependencies.integer-sqrt]
version = "0.1.5"

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

[dependencies.uint]
version = "0.9"

[package]
authors = ["Mateusz ZajÄ…c <matzayonc@gmail.com>"]
description = "This is a Rust fixed-point numeric library targeting blockchain development. Originally created and used as a part of the Invariant Protocol. The current version leverages macros, traits and generics to exchange dozens of lines of error prone code with a single line and generating the rest."
edition = "2021"
license = "MIT"
name = "checked_decimal_macro"
readme = "README.md"
repository = "https://github.com/invariant-labs/decimal"
resolver = "2"
version = "0.1.4"