Crate macromath

Source
Expand description

Macromath provides macros which allow convenient calculations with checked_*, wrapping_* or saturating_* behavior.

Macrosยง

checked
Replaces all supported operators in the given expression with their checked_* equivalent.
saturating
Replaces all supported operators in the given expression with their saturating_* equivalent.
wrapping
Replaces all supported operators in the given expression with their wrapping_* equivalent.