Crate lower_macros

Source
Expand description

a lil macro crate.

provides a handy macro for converting a + b to a.add(b) for when you cant easily overload the Add trait.

Macrosยง

math
Lower math to method calls.