Expand description
Proc macros for af-core.
Attribute Macrosยง
- future_
boxed - Modifies an
async
function to return aBox<dyn Future + Send>
. - future_
boxed_ local - Modifies an
async
function to return aBox<dyn Future>
. - main
- Defines an async main function for an
af-core
application. - test_
main - Defines a main function for an
af_core::test
suite.