stakker_mio 0.1.2

Mio I/O polling integration for the Stakker crate
Documentation
[package]
name = "stakker_mio"
version = "0.1.2"
authors = ["Jim Peters <jim@uazu.net>"]
edition = "2018"

description = "Mio I/O polling integration for the Stakker crate"
license = "MIT/Apache-2.0"
readme = "README.md"

repository = "https://github.com/uazu/stakker_mio"
documentation = "https://docs.rs/stakker_mio"

keywords = [ "mio", "event-loop", "stakker" ]
categories = [ "asynchronous", "network-programming" ]

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
stakker = "0.1"
slab = "0.4"

[dependencies.mio]
version = "0.7.0"
features = ["os-poll", "os-util", "tcp", "udp", "uds"]