Crate lower

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§

  • Lower math to method calls.