Skip to main contentCrate fecund_font_flounder_macros
Source - naive_add
- Naively implements the Add and AddAssign traits, adding every field to each other.
- naive_div
- Naively implements the Div and DivAssign traits. Allows division by the given type in the
attribute.
- naive_sub
- Naively implements the Sub and SubAssign traits, adding every field to each other.