Crate thalo_macros

Source
Expand description

Macros for thalo.

Derive Macrosยง

Aggregate
Implements Aggregate for a given struct.
Event
Implements IntoEvents for a given struct, and From<Self> for a parent enum pointed to by the #[thalo(parent = "...")] attribute.
EventType
Implements EventType for a given struct.
TypeId
Implements TypeId based on the struct/enum name as snake_case.