rust-iot / radio-hal

Embedded rust radio abstraction crate
https://ryan.kurte.nz/notes/2020-01-05-rust-radio
MIT License
69 stars 13 forks source link

Swapped to generic associated type based nonblocking impl #7

Closed ryankurte closed 4 years ago

ryankurte commented 4 years ago

Removed dependency on async_trait and thus now supports async on no_std platforms.

@disasm would appreciate any thoughts if you have em