Skip to main content

Crate fecund_font_flounder_macros

Crate fecund_font_flounder_macros 

Source

Attribute Macrosยง

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.