async-dup 1.0.1

Duplicate an async I/O handle
Documentation
[dependencies.futures-io]
version = "0.3.5"

[dependencies.simple-mutex]
version = "1.1.5"
[dev-dependencies.futures]
default-features = false
features = ["std"]
version = "0.3.5"

[dev-dependencies.smol]
version = "0.1.10"

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
categories = ["asynchronous", "concurrency"]
description = "Duplicate an async I/O handle"
documentation = "https://docs.rs/async-dup"
edition = "2018"
homepage = "https://github.com/stjepang/async-dup"
keywords = ["asynchronous", "duplicate", "clone", "split", "share"]
license = "Apache-2.0 OR MIT"
name = "async-dup"
readme = "README.md"
repository = "https://github.com/stjepang/async-dup"
version = "1.0.1"