tokio-read-write-traits 0.2.20

Re-export of tokio AsyncRead and AsyncWrite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tokio-read-write-traits"
version = "0.2.20"
authors = ["Tokio Contributors <team@tokio.rs>"]
description = "Re-export of tokio AsyncRead and AsyncWrite"
license = "MIT"
readme = "README.md"
edition = "2018"
repository = "https://github.com/tokio-rs/tokio"

[dependencies]
tokio = { package = "tokio", version = "0.2.20", default-features = false }