async-stream-lite
It's async-stream
, but without proc macros.
use async_stream;
use ;
async
#![no_std]
support
async-stream-lite
supports #![no_std]
on nightly Rust (due to the usage of the unstable #[thread_local]
attribute). To enable #![no_std]
support, enable the unstable-thread-local
feature.