kqueue2-sys 0.1.5

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

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