Crate actix_macros[][src]

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

main

Marks async entry-point function to be executed by Actix system.

test

Marks async test function to be executed in an Actix system.