1 unstable release
0.1.0 | Aug 26, 2024 |
---|
#254 in #actor
35 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
~240–690KB
~16K SLoC