Crate evenio_macros

Source
Expand description

Procedural macros for evenio.

Macros§

all_tuples
Helper macro which repeatedly invokes a given macro with an increasing list of identifiers.

Derive Macros§

Component
Derive macro for Component. See Component’s documentation for more information.
GlobalEvent
Derive macro for Event. See Event and GlobalEvent’s documentation for more information.
HandlerParam
Derive macro for HandlerParam. See HandlerParam’s documentation for more information.
Query
Derive macro for Query. See Query’s documentation for more information.
TargetedEvent
Derive macro for Event. See Event and TargetedEvent’s documentation for more information.