fsevent 0.4.0

Rust bindings to the fsevent-sys macOS API for file changes notifications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bitflags]
version = "1"

[dependencies.fsevent-sys]
version = "2.0.1"
[dev-dependencies.tempdir]
version = "^0.3.4"

[dev-dependencies.time]
version = "~0.1.34"

[package]
authors = ["Pierre Baillet <pierre@baillet.name>"]
description = "Rust bindings to the fsevent-sys macOS API for file changes notifications"
license = "MIT"
name = "fsevent"
repository = "https://github.com/octplane/fsevent-rust"
version = "0.4.0"