Expand description
Acton Macro Library
This library provides procedural macros for the Acton actor framework. It includes macros to derive common traits and boilerplate code for Acton messages.
Attribute Macrosยง
- acton_
actor - A procedural macro to derive boilerplate traits for Acton actors.
- acton_
message - A procedural macro to derive the necessary traits for an Acton message.