4 releases (2 breaking)
0.2.1 | Aug 25, 2023 |
---|---|
0.2.0 | Apr 27, 2023 |
0.1.0 | Nov 23, 2022 |
0.0.0 | Oct 31, 2020 |
#18 in #entry-point
361 downloads per month
Used in 4 crates
(via product-os-async-executor)
18KB
304 lines
embassy-macros
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.
Minimum supported Rust version (MSRV)
The task
and main
macros require the type alias impl trait (TAIT) nightly feature in order to compile.
License
This work is licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Dependencies
~0.6–1MB
~24K SLoC