1 unstable release
0.1.0 | Aug 26, 2024 |
---|
#208 in #actor
49 downloads per month
Used in fluxion
5KB
78 lines
Fluxion Macro
Adds simple macros for defining Fluxion actors and messages:
use fluxion_macro::[message,actor];
#[actor]
struct MyActor;
#[message]
struct MyMessage;
Dependencies
~255–700KB
~17K SLoC