tokio-prepend-io 0.1.0

Wrapper types that prepends data when reading or writing with AsyncRead or AsyncWrite.
Documentation
[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.tokio]
features = ["rt", "macros", "io-util"]
version = "1"
[dev-dependencies.tokio-test]
version = "0.4.0"

[package]
authors = ["Harry Cheng <chengyuhui1@gmail.com>"]
categories = ["asynchronous"]
description = "Wrapper types that prepends data when reading or writing with AsyncRead or AsyncWrite."
edition = "2018"
license = "MIT"
name = "tokio-prepend-io"
repository = "https://github.com/chengyuhui/tokio-prepend-io"
version = "0.1.0"