async-broadcast icon indicating copy to clipboard operation
async-broadcast copied to clipboard

no_std

Open dscso opened this issue 9 months ago • 1 comments

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?

dscso avatar May 02 '24 12:05 dscso

Is it possible to go no_std like async-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.

zeenix avatar May 02 '24 12:05 zeenix