Crate overflow

Source

Macrosยง

checked
Produces a semantically equivalent expression as the one provided except that each math call is substituted with the equivalent version of the checked API.
overflowing
Produces a semantically equivalent expression as the one provided except that each math call is substituted with the equivalent version of the overflowing API.
wrapping
Produces a semantically equivalent expression as the one provided except that each math call is substituted with the equivalent version of the wrapping API.