Skip to content

Experiment with shorthand / single attribute macro #13

@StrikeForceZero

Description

@StrikeForceZero

More idiomatic

#[auto_plugin(...)]
#[auto_component(...)]
#[auto_resource(...)]
#[auto_system(...)]
#[auto_event(...)]
#[auto_observer(...)]
#[auto_system_set(...)]

More aggressive

#[auto(type = Component, plugin = Test, register, name)]
#[auto(type = Resource, plugin = Test, register, init)] 
#[auto(type = Event, plugin = Test, register, add)] 

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions