Crate theta_macros

Crate theta_macros 

Source
Expand description

Procedural macros for the Theta actor framework.

This crate provides the #[actor] attribute macro and ActorArgs derive macro that simplify actor implementation by generating the necessary boilerplate code.

Attribute Macros§

actor
Attribute macro for implementing actors with automatic message handling.

Derive Macros§

ActorArgs
Derive macro for actor argument types with automatic trait implementations.