epoll 4.3.3

Safe epoll interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "epoll"
version = "4.3.3"
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/"

[dependencies]
libc = "0.2"
bitflags = "2"