rw-stream-sink 0.4.0

Adaptator between Stream/Sink and AsyncRead/AsyncWrite
Documentation
[dependencies.futures]
version = "0.3.28"

[dependencies.pin-project]
version = "1.1.0"

[dependencies.static_assertions]
version = "1"

[dev-dependencies.async-std]
version = "1.0"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
categories = ["network-programming", "asynchronous"]
description = "Adaptator between Stream/Sink and AsyncRead/AsyncWrite"
edition = "2021"
keywords = ["networking"]
license = "MIT"
name = "rw-stream-sink"
repository = "https://github.com/libp2p/rust-libp2p"
rust-version = "1.65.0"
version = "0.4.0"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]