mio-extras 2.0.6

Extra components for use with Mio
Documentation
[[test]]
name = "test"
path = "test/mod.rs"
[dependencies.lazycell]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.mio]
version = "0.6.14"

[dependencies.slab]
version = "0.4"

[package]
authors = ["Carl Lerche <me@carllerche.com>", "David Hotham"]
categories = ["asynchronous"]
description = "Extra components for use with Mio"
documentation = "https://docs.rs/mio-extras"
edition = "2018"
exclude = [".gitignore"]
keywords = ["io", "async", "non-blocking"]
license = "MIT OR Apache-2.0"
name = "mio-extras"
readme = "README.md"
repository = "https://github.com/dimbleby/mio-extras"
version = "2.0.6"