fsevent-sys 2.0.1

Rust bindings to the fsevent macOS API for file changes notifications
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "fsevent-sys"
version = "2.0.1"
authors = ["Pierre Baillet <pierre@baillet.name>"]
description = "Rust bindings to the fsevent macOS API for file changes notifications"
license = "MIT"
repository = "https://github.com/octplane/fsevent-rust/tree/master/fsevent-sys"

[dependencies]
libc = "0.2.20"