rust_decimal_macros 1.14.1

Shorthand macros to assist creating Decimal types.
Documentation
[tasks.test-macros]
dependencies = [
"test-macros-default",
"test-macros-reexportable"
]

[tasks.test-macros-default]
command = "cargo"
args = ["test", "--tests"]

[tasks.test-macros-reexportable]
command = "cargo"
args = ["test", "--tests", "--features=reexportable"]