embassy-macros

Crates.ioembassy-macros
lib.rsembassy-macros
version0.2.1
sourcesrc
created_at2020-10-31 20:49:58.098153
updated_at2023-08-25 21:33:45.380392
descriptionmacros for creating the entry point and tasks for embassy-executor
homepage
repositoryhttps://github.com/embassy-rs/embassy
max_upload_size
id307312
size17,995
crates.io (github:embassy-rs:crates-io)

documentation

README

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

at your option.

Commit count: 8990

cargo fmt