async-std
async-std copied to clipboard
StreamExt.chunks(self, capacity: usize)
I would love to use chunks on streams. Is there a technical reason why async-std does not support this? Or is it just missing because nobody added it so far?