Crate evenio_macros

source ·
Expand description

Procedural macros for evenio.

Macros§

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

Derive Macros§

  • Derive macro for Component. See Component’s documentation for more information.
  • Derive macro for Event. See Event’s documentation for more information.
  • Derive macro for HandlerParam. See HandlerParam’s documentation for more information.
  • Derive macro for Query. See Query’s documentation for more information.