feo-oop-engine-proc-macros 0.0.5

The proc macros for feo-oop-engine.
Documentation

FeO OOP Engine Proc Macros

Crates.io Docs Build Status

see: feo-oop-engine

Description

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.

Usage

Using a derive macro is simple enough. Simply import the crate and use the macro.

#[macro_use] extern crate feo_oop_engine_proc_macros;

#[derive(Global)]
struct Globals {
    ..
}

License

MIT