Macro wrapping

Source
wrapping!() { /* proc-macro */ }
Expand description

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

For instance, + is substituted with a call to wrapping_add