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.
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.