Crate lower_macros

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§

algebraic
fast
math
saturating
wrapping

Attribute Macros§

apply