Crate ioevent_macro

Crate ioevent_macro 

Source
Expand description

Procedural macros for the I/O event system.

This crate provides procedural macros for deriving event types and creating event subscribers. It is part of the ioevent ecosystem and should be used as a dependency of ioevent.

Attribute Macros§

procedure
Creates a procedure handler from an async function.
subscriber
Creates an event subscriber from an async function.

Derive Macros§

Event
Derives the Event trait for a type.
ProcedureCall
Derives the ProcedureCall trait for a type.