Crate fswatch [] [src]

FFI bindings and Rust wrappers for libfswatch.

Reexports

pub extern crate fswatch_sys;

Modules

ffi

The FFI bindings.

Structs

Fsw

Static methods for fswatch.

FswEvent

An event from fswatch.

FswMonitorFilter

A monitor filter.

FswSession

A session in fswatch, revolving around a handle.

FswSessionBuilder

A builder for FswSession.

FswSessionIterator

An iterator over the events reported by a FswSession.

Enums

FswError

An error in the library.

FswEventFlag

Flags denoting the operation(s) within an event.

FswFilterType

A filter type.

FswMonitorType

The various possible monitors that fswatch can utilize.

FswStatus

Status codes from fswatch.