smol-rs / async-broadcast

Async broadcast channels
Apache License 2.0
151 stars 26 forks source link

no_std #58

Open dscso opened 2 months ago

dscso commented 2 months ago

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?

zeenix commented 2 months ago

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.