async-broadcast
async-broadcast copied to clipboard
no_std
Is it possible to go no_std
like async-channel
? I am planning to use this crate on an esp32 (no_std + allocator)
I have already a bittried, but I had some problems getting it up and running no_std. I am also willing to work on this and provide a PR.
Alternatively somebody knows a library that provides similar functionality like this crate but does support no_std
?
Is it possible to go
no_std
likeasync-channel
?
At least I haven't looked into this, but I'm all for it.
I am also willing to work on this and provide a PR.
That would be great. As long as it's not too intrusive.