feo-oop-engine-proc-macros

Crates.iofeo-oop-engine-proc-macros
lib.rsfeo-oop-engine-proc-macros
version0.0.5
sourcesrc
created_at2022-02-04 22:34:51.281441
updated_at2022-02-09 03:46:55.134042
descriptionThe proc macros for feo-oop-engine.
homepage
repositoryhttps://github.com/littleTitan/feo-oop-engine/tree/main/feo-oop-engine-proc-macros
max_upload_size
id527140
size42,638
littleTitan (littleTitan)

documentation

https://docs.rs/feo-oop-engine-proc-macros

README

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

Commit count: 31

cargo fmt