Crate actix_macros
source ·Expand description
Macros for Actix system and runtime.
The actix-rt
crate must be available for macro output to compile.
Entry-point
See docs for the #[main]
macro.
Tests
See docs for the #[test]
macro.
Attribute Macros
- Marks async entry-point function to be executed by Actix system.
- Marks async test function to be executed in an Actix system.