see: feo-oop-engine
Proc Macro Crate for feo-oop-engine
This crate allows for the use of derive macros to facilitate the development with and extension of feo-oop-engine's crate features.
Using a derive macro is simple enough. Simply import the crate and use the macro. ```rust
struct Globals { .. } ```