epoll 2.0.0

Safe epoll interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "epoll"
version = "2.0.0"
authors = ["Nathan Sizemore <nathanrsizemore@gmail.com>"]
description = "Safe epoll interface."
readme = "README.md"
keywords = ["epoll"]
license = "MPL-2.0"
repository = "https://github.com/nathansizemore/epoll"
documentation = "https://docs.rs/epoll/2.0.0/epoll/"

[dependencies]
libc = "^0.2"
bitflags = "^0.7"