apply

Attribute Macro apply 

Source
#[apply]
Expand description

Applys the macro to your stmts. Argument can be algebraic | fast | basic | wrapping | saturating | none

#[lower::apply(algebraic)]
fn madd(a: f32, b: f32, c: f32) -> f32 {
  a * b + c
}

Enaables nicer formatting and better rust analyzer integration.