Crate embedded_executor_macros

Crate embedded_executor_macros 

Source
Expand description

Proc macros for the embedded-executor crate.

Provides #[main] and #[test] attributes for running async functions with a specified IO implementation.

Attribute Macrosยง

main
Marks an async function as the main entry point.
test
Marks an async function as a test.