[][src]Crate runtime_attributes

Proc Macro attributes for the Runtime crate. See the Runtime documentation for more details.

Attribute Macros

bench

Creates an async benchmark.

main

Defines the async main function.

test

Creates an async unit test.