tokio-io-timeout 0.4.0-alpha.2

Tokio wrappers which apply timeouts to IO operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "tokio-io-timeout"
version = "0.4.0-alpha.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Tokio wrappers which apply timeouts to IO operations"
repository = "https://github.com/sfackler/tokio-io-timeout"
readme = "README.md"
edition = "2018"

[dependencies]
bytes = "0.4.4"
tokio-timer = "=0.3.0-alpha.6"
tokio-io = "=0.2.0-alpha.6"

[dev-dependencies]
tokio = "=0.2.0-alpha.6"