kqueue-sys 0.2.0

Low-level kqueue interface for BSDs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "kqueue-sys"
version = "0.2.0"
authors = ["William Orr <will@worrbase.com>", "Daniel (dmilith) Dettlaff <dmilith@me.com>"]
description = "Low-level kqueue interface for BSDs"
license = "MIT"
keywords = ["kqueue", "kevent", "bsd", "darwin", "macos"]
categories = ["external-ffi-bindings", "no-std", "os::unix-apis", "filesystem"]
repository = "https://gitlab.com/worr/rust-kqueue-sys"
readme = "README.md"

[dependencies]
bitflags = "^0.7.0"
libc = "^0.2.17"