The Wayback Machine - https://web.archive.org/web/20220323200243/https://github.com/topics/async-std
Skip to content
#

async-std

Here are 38 public repositories matching this topic...

taiki-e
taiki-e commented Feb 5, 2021

Most of async-std's stream utilities were written before Stream::size_hint was released and do not implement Stream::size_hint method. This means that async-std's stream utilities may be a bit inefficient than other crates such as futures, tokio-stream, futures-lite, which provide similar utilities.

related: rust-lang/futures-rs#1853, https://github.com/rust-lang/rus

enhancement good first issue

Improve this page

Add a description, image, and links to the async-std topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the async-std topic, visit your repo's landing page and select "manage topics."

Learn more