tokio-rs / async-stream

Asynchronous streams for Rust using async & await notation
Other
636 stars 33 forks source link

`#![no_std]` compatibility #75

Closed ivan770 closed 2 years ago

ivan770 commented 2 years ago

Hi! Is it possible for async-stream to have optional compatibility with #![no_std] crates? async-stream seems to have only one similar in idea crate - futures-async-stream, which has the #![no_std] support but, at least in my case, works really bad with macros.