Crate arma_rs_proc

Crate arma_rs_proc 

Source

Attribute Macros§

arma
Used to generate the necessary boilerplate for an Arma extension. It should be applied to a function that takes no arguments and returns an extension.

Derive Macros§

FromArma
Derive implementation of FromArma, only supports structs.
IntoArma
Derive implementation of IntoArma, only supports structs.