async-stream 0.3.1

Asynchronous streams using async & await notation
Documentation
[dependencies.async-stream-impl]
version = "=0.3.1"

[dependencies.futures-core]
version = "0.3"
[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.trybuild]
version = "1"

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Asynchronous streams using async & await notation"
documentation = "https://docs.rs/async-stream/0.3"
edition = "2018"
homepage = "https://github.com/tokio-rs/async-stream"
license = "MIT"
name = "async-stream"
readme = "README.md"
repository = "https://github.com/tokio-rs/async-stream"
version = "0.3.1"