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