rust_decimal_macros 1.36.0

Shorthand macros to assist creating Decimal types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"]