Skip to main content

dec

Macro dec 

Source
macro_rules! dec {
    ($amount:expr) => { ... };
}
Expand description

A simpler, const-friendly, proc-macro-free rust_decimal_macros::dec.

Only handles decimals in the range -2**63 <= x <= 2**63 to keep the implementation simpler.