streamunordered 0.5.4

An efficient async stream multiplexer
Documentation
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "jonhoo/streamunordered"

[dependencies.futures-core]
version = "0.3.0"

[dependencies.futures-sink]
version = "0.3.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.slab]
version = "0.4.0"

[dev-dependencies.async-bincode]
version = "0.7.0"

[dev-dependencies.bincode]
version = "1.0.0"

[dev-dependencies.futures]
version = "0.3.0"

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

[dev-dependencies.tokio-stream]
version = "0.1.1"

[lib]
name = "streamunordered"
path = "src/lib.rs"

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous"]
description = "An efficient async stream multiplexer"
edition = "2018"
homepage = "https://github.com/jonhoo/streamunordered"
license = "MIT/Apache-2.0"
name = "streamunordered"
readme = "README.md"
repository = "https://github.com/jonhoo/streamunordered.git"
version = "0.5.4"

[[test]]
name = "chan"
path = "tests/chan.rs"

[[test]]
name = "iter"
path = "tests/iter.rs"

[[test]]
name = "tcp"
path = "tests/tcp.rs"