rust_decimal_macros 1.40.0

Shorthand macros to assist creating Decimal types.
Documentation
1
2
3
4
5
use rust_decimal_macros::dec;

fn main() {
    let _ = dec!(-79_228_162_514_264_337_593_543_950_336);
}