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!(0.00000_00000_00000_00000_00000_0001);
}