epoll 0.2.0

Linux epoll wrapper
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "epoll"
version = "0.2.0"
authors = ["Nathan Sizemore <nathanrsizemore@gmail.com>"]
description = "Linux epoll wrapper"
readme = "README.md"
keywords = ["epoll"]
license = "MPL-2.0"
repository = "https://github.com/nathansizemore/epoll"
homepage = "https://github.com/nathansizemore/epoll"
documentation = "http://nathansizemore.github.io/epoll/epoll/index.html"

[dependencies]
errno = "*"
libc = "*"