embassy/embassy-macros
Ulf Lilleengen 37b3d8b22c Add embassy_prefix attribute parameter to task and main macros
This allows crates depending on embassy that wants to use a different
module path to do so for the 'task' and 'main' macros, by passing the
parameter 'embassy_prefix'. The prefix defaults to '::', which will
retain the existing behavior.
2021-04-14 11:06:30 +02:00
..
src Add embassy_prefix attribute parameter to task and main macros 2021-04-14 11:06:30 +02:00
Cargo.toml Add std version of embassy::main 2021-04-12 14:14:03 +02:00