Crates.io | embassy-macros |
lib.rs | embassy-macros |
version | 0.2.1 |
source | src |
created_at | 2020-10-31 20:49:58.098153 |
updated_at | 2023-08-25 21:33:45.380392 |
description | macros for creating the entry point and tasks for embassy-executor |
homepage | |
repository | https://github.com/embassy-rs/embassy |
max_upload_size | |
id | 307312 |
size | 17,995 |
An Embassy project.
Macros for creating the main entry point and tasks that can be spawned by embassy-executor
.
NOTE: The macros are re-exported by the embassy-executor
crate which should be used instead of adding a direct dependency on the embassy-macros
crate.
The task
and main
macros require the type alias impl trait (TAIT) nightly feature in order to compile.
This work is licensed under either of
at your option.